ac3enc: Add codec-specific options for writing AC-3 metadata.

This commit is contained in:
Justin Ruggles
2011-03-25 17:12:26 -04:00
parent c6c2dfcf15
commit 991f3de1bb
6 changed files with 782 additions and 18 deletions

View File

@ -410,5 +410,6 @@ AVCodec ff_ac3_fixed_encoder = {
NULL,
.sample_fmts = (const enum AVSampleFormat[]){AV_SAMPLE_FMT_S16,AV_SAMPLE_FMT_NONE},
.long_name = NULL_IF_CONFIG_SMALL("ATSC A/52A (AC-3)"),
.priv_class = &ac3enc_class,
.channel_layouts = ac3_channel_layouts,
};