|
|
@@ -155,6 +155,7 @@ AVCodec ff_ac3_fixed_encoder = { |
|
|
|
.sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16P, |
|
|
|
AV_SAMPLE_FMT_NONE }, |
|
|
|
.priv_class = &ac3enc_class, |
|
|
|
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP, |
|
|
|
.supported_samplerates = ff_ac3_sample_rate_tab, |
|
|
|
.channel_layouts = ff_ac3_channel_layouts, |
|
|
|
.defaults = ac3_defaults, |
|
|
|