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:
parent
e7e5d1e990
commit
bda1ad1e73
@ -145,5 +145,5 @@ AVCodecParser mpegaudio_parser = {
|
||||
sizeof(MpegAudioParseContext),
|
||||
NULL,
|
||||
mpegaudio_parse,
|
||||
NULL,
|
||||
ff_parse_close,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user