mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/rkmppdec: check wether typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
74d2bbb70d
commit
7bec3f78da
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user