From: Brian Brice Date: Fri, 11 Jan 2008 18:18:45 +0000 (+0000) Subject: Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com. X-Git-Tag: v0.5~6468 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=4a69055bad5d05c11881349cc889508a723a0b15;p=coroid%2Flibav_saccubus.git 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 --- diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c index 83ee255c7..f7e840524 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