mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
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:
parent
cd4f256754
commit
4a69055bad
@ -2642,6 +2642,7 @@ AVCodec mp2_decoder =
|
||||
NULL,
|
||||
decode_frame,
|
||||
CODEC_CAP_PARSE_ONLY,
|
||||
.flush= flush,
|
||||
};
|
||||
#endif
|
||||
#ifdef CONFIG_MP3_DECODER
|
||||
|
Loading…
Reference in New Issue
Block a user