early-access version 1680
This commit is contained in:
1
externals/ffmpeg/libavcodec/ac3enc_fixed.c
vendored
1
externals/ffmpeg/libavcodec/ac3enc_fixed.c
vendored
@@ -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,
|
||||
|
Reference in New Issue
Block a user