mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
ac3enc: Add codec-specific options for writing AC-3 metadata.
This commit is contained in:
@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user