mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/mpeg12dec: flush a53 data
Signed-off-by: Aman Karmani <aman@tmm1.net> Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
4a80db5fc2
commit
4b2b9a6604
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user