This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Close the AAC parse context, discovered by Netgem.
Originally committed as revision 17544 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Alex Converse
16 years ago
parent
d05f808dc9
commit
7ac1591764
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/aac_parser.c
+ 1
- 1
libavcodec/aac_parser.c
View File
@@ -113,5 +113,5 @@ AVCodecParser aac_parser = {
sizeof(AACAC3ParseContext),
aac_parse_init,
ff_aac_ac3_parse,
NULL
,
ff_parse_close
,
};
Write
Preview
Loading…
Cancel
Save