From 4a69055bad5d05c11881349cc889508a723a0b15 Mon Sep 17 00:00:00 2001 From: Brian Brice Date: Fri, 11 Jan 2008 18:18:45 +0000 Subject: [PATCH] Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com. Originally committed as revision 11506 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegaudiodec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c index 83ee255c7d..f7e840524a 100644 --- a/libavcodec/mpegaudiodec.c +++ b/libavcodec/mpegaudiodec.c @@ -2642,6 +2642,7 @@ AVCodec mp2_decoder = NULL, decode_frame, CODEC_CAP_PARSE_ONLY, + .flush= flush, }; #endif #ifdef CONFIG_MP3_DECODER