OSDN Git Service

Cleanup properly at the end of MPEG Audio parsing.
authorArt Clarke <aclarke@vlideshow.com>
Thu, 2 Jul 2009 13:13:20 +0000 (13:13 +0000)
committerJai Menon <jmenon86@gmail.com>
Thu, 2 Jul 2009 13:13:20 +0000 (13:13 +0000)
Patch by Art Clarke (aclarke AT xuggle com)

Originally committed as revision 19327 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegaudio_parser.c

index c39db99..6d7ab8a 100644 (file)
@@ -145,5 +145,5 @@ AVCodecParser mpegaudio_parser = {
     sizeof(MpegAudioParseContext),
     NULL,
     mpegaudio_parse,
-    NULL,
+    ff_parse_close,
 };