mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/mediacodecdec_h264: Fix occured typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
37c658b56b
commit
92139c1bd1
|
@ -286,7 +286,7 @@ static int mediacodec_decode_frame(AVCodecContext *avctx, void *data,
|
|||
* process again packets.
|
||||
*
|
||||
* ff_mediacodec_dec_flush returns a negative value if an error has
|
||||
* occured.
|
||||
* occurred.
|
||||
*
|
||||
*/
|
||||
if (ff_mediacodec_dec_is_flushing(avctx, s->ctx)) {
|
||||
|
|
Loading…
Reference in New Issue