You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
srs/trunk/3rdparty/ffmpeg-4.2-fit/libavcodec/codec_list.c

10 lines
225 B
C

static const AVCodec * const codec_list[] = {
&ff_aac_encoder,
&ff_opus_encoder,
&ff_libopus_encoder,
&ff_aac_decoder,
&ff_aac_fixed_decoder,
&ff_aac_latm_decoder,
&ff_libopus_decoder,
NULL };