mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-01 01:17:47 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -145,5 +145,5 @@ AVCodecParser mpegaudio_parser = {
|
|||
sizeof(MpegAudioParseContext),
|
||||
NULL,
|
||||
mpegaudio_parse,
|
||||
NULL,
|
||||
ff_parse_close,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue