projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d05f808
)
Close the AAC parse context, discovered by Netgem.
author
Alex Converse
<alex.converse@gmail.com>
Mon, 23 Feb 2009 19:25:18 +0000
(19:25 +0000)
committer
Alex Converse
<alex.converse@gmail.com>
Mon, 23 Feb 2009 19:25:18 +0000
(19:25 +0000)
Originally committed as revision 17544 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/aac_parser.c
patch
|
blob
|
history
diff --git
a/libavcodec/aac_parser.c
b/libavcodec/aac_parser.c
index 199e64b7342df28a1f5f52332dc58bdf9ab84613..09f074b8b5f5807149a2130abab4460456ee1d98 100644
(file)
--- a/
libavcodec/aac_parser.c
+++ b/
libavcodec/aac_parser.c
@@
-113,5
+113,5
@@
AVCodecParser aac_parser = {
sizeof(AACAC3ParseContext),
aac_parse_init,
ff_aac_ac3_parse,
-
NULL
,
+
ff_parse_close
,
};