create a separate codec_id for E-AC-3
Originally committed as revision 15143 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5f86057ffd
commit
2988c93d94
9 changed files with 78 additions and 7 deletions
|
@ -188,7 +188,7 @@ static av_cold int ac3_parse_init(AVCodecParserContext *s1)
|
|||
|
||||
|
||||
AVCodecParser ac3_parser = {
|
||||
{ CODEC_ID_AC3 },
|
||||
{ CODEC_ID_AC3, CODEC_ID_EAC3 },
|
||||
sizeof(AACAC3ParseContext),
|
||||
ac3_parse_init,
|
||||
ff_aac_ac3_parse,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue