Commit 4b2b9a66 authored by Aman Karmani's avatar Aman Karmani Committed by Anton Khirnov

avcodec/mpeg12dec: flush a53 data

Signed-off-by: 's avatarAman Karmani <aman@tmm1.net>
Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 4a80db5f
......@@ -2862,6 +2862,7 @@ static void flush(AVCodecContext *avctx)
s->sync = 0;
s->closed_gop = 0;
av_buffer_unref(&s->a53_buf_ref);
ff_mpeg_flush(avctx);
}
......
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