Browse Source

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
tags/v0.6
Art Clarke Jai Menon 16 years ago
parent
commit
bda1ad1e73
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mpegaudio_parser.c

+ 1
- 1
libavcodec/mpegaudio_parser.c View File

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

Loading…
Cancel
Save