[FFmpeg-cvslog] r11506 - trunk/libavcodec/mpegaudiodec.c
michael
subversion
Fri Jan 11 19:18:46 CET 2008
Author: michael
Date: Fri Jan 11 19:18:45 2008
New Revision: 11506
Log:
Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.
Modified:
trunk/libavcodec/mpegaudiodec.c
Modified: trunk/libavcodec/mpegaudiodec.c
==============================================================================
--- trunk/libavcodec/mpegaudiodec.c (original)
+++ trunk/libavcodec/mpegaudiodec.c Fri Jan 11 19:18:45 2008
@@ -2642,6 +2642,7 @@ AVCodec mp2_decoder =
NULL,
decode_frame,
CODEC_CAP_PARSE_ONLY,
+ .flush= flush,
};
#endif
#ifdef CONFIG_MP3_DECODER
More information about the ffmpeg-cvslog
mailing list