Commit 92139c1b authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/mediacodecdec_h264: Fix occured typo

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 37c658b5
......@@ -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)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment