[FFmpeg-cvslog] avcodec/rkmppdec: check wether typo
Michael Niedermayer
git at videolan.org
Wed Oct 11 03:44:20 EEST 2017
ffmpeg | branch: release/3.4 | Michael Niedermayer <michael at niedermayer.cc> | Wed Oct 11 02:15:21 2017 +0200| [7bec3f78da2533968b7246ff222770582ab4aafb] | committer: Michael Niedermayer
avcodec/rkmppdec: check wether typo
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7bec3f78da2533968b7246ff222770582ab4aafb
---
libavcodec/rkmppdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/rkmppdec.c b/libavcodec/rkmppdec.c
index ca307c894e..bdf4dc4208 100644
--- a/libavcodec/rkmppdec.c
+++ b/libavcodec/rkmppdec.c
@@ -352,7 +352,7 @@ retry_get_frame:
}
if (mppframe) {
- // Check wether we have a special frame or not
+ // Check whether we have a special frame or not
if (mpp_frame_get_info_change(mppframe)) {
AVHWFramesContext *hwframes;
More information about the ffmpeg-cvslog
mailing list