avcodec/rkmppdec: check wether typo

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2017-10-11 02:15:21 +02:00
parent 74d2bbb70d
commit 7bec3f78da
1 changed files with 1 additions and 1 deletions

View File

@ -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;