Commit cf06fd2c authored by jai_menon's avatar jai_menon

Cleanup properly at the end of MPEG Audio parsing.

Patch by Art Clarke (aclarke AT xuggle com)



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19327 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8042b236
...@@ -145,5 +145,5 @@ AVCodecParser mpegaudio_parser = { ...@@ -145,5 +145,5 @@ AVCodecParser mpegaudio_parser = {
sizeof(MpegAudioParseContext), sizeof(MpegAudioParseContext),
NULL, NULL,
mpegaudio_parse, mpegaudio_parse,
NULL, ff_parse_close,
}; };
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