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
This commit is contained in:
Brian Brice 2008-01-11 18:18:45 +00:00 committed by Michael Niedermayer
parent cd4f256754
commit 4a69055bad

View File

@ -2642,6 +2642,7 @@ AVCodec mp2_decoder =
NULL,
decode_frame,
CODEC_CAP_PARSE_ONLY,
.flush= flush,
};
#endif
#ifdef CONFIG_MP3_DECODER