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
pull/126/head
Brian Brice 17 years ago committed by Michael Niedermayer
parent cd4f256754
commit 4a69055bad
  1. 1
      libavcodec/mpegaudiodec.c

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

Loading…
Cancel
Save