mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-11 09:35:22 +00: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