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:
Justin Ruggles
2008-09-01 14:33:54 +00:00
parent 5f86057ffd
commit 2988c93d94
9 changed files with 78 additions and 7 deletions

View File

@@ -1365,5 +1365,5 @@ AVCodec ac3_encoder = {
AC3_encode_close,
NULL,
.sample_fmts = (enum SampleFormat[]){SAMPLE_FMT_S16,SAMPLE_FMT_NONE},
.long_name = NULL_IF_CONFIG_SMALL("ATSC A/52 (AC-3, E-AC-3)"),
.long_name = NULL_IF_CONFIG_SMALL("ATSC A/52A (AC-3)"),
};