1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

Cleanup properly at the end of MPEG Audio parsing.

Patch by Art Clarke (aclarke AT xuggle com)

Originally committed as revision 19327 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Art Clarke 2009-07-02 13:13:20 +00:00 committed by Jai Menon
parent e7e5d1e990
commit bda1ad1e73

View File

@ -145,5 +145,5 @@ AVCodecParser mpegaudio_parser = {
sizeof(MpegAudioParseContext),
NULL,
mpegaudio_parse,
NULL,
ff_parse_close,
};