Commit 4a69055b authored by Brian Brice's avatar Brian Brice Committed by Michael Niedermayer

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
parent cd4f2567
......@@ -2642,6 +2642,7 @@ AVCodec mp2_decoder =
NULL,
decode_frame,
CODEC_CAP_PARSE_ONLY,
.flush= flush,
};
#endif
#ifdef CONFIG_MP3_DECODER
......
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