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
1 changed files with 1 additions and 1 deletions
|
@ -145,5 +145,5 @@ AVCodecParser mpegaudio_parser = {
|
||||||
sizeof(MpegAudioParseContext),
|
sizeof(MpegAudioParseContext),
|
||||||
NULL,
|
NULL,
|
||||||
mpegaudio_parse,
|
mpegaudio_parse,
|
||||||
NULL,
|
ff_parse_close,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue