mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
Close the AAC parse context, discovered by Netgem.
Originally committed as revision 17544 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
d05f808dc9
commit
7ac1591764
1 changed files with 1 additions and 1 deletions
|
|
@ -113,5 +113,5 @@ AVCodecParser aac_parser = {
|
|||
sizeof(AACAC3ParseContext),
|
||||
aac_parse_init,
|
||||
ff_aac_ac3_parse,
|
||||
NULL,
|
||||
ff_parse_close,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue