mirror of https://github.com/ossrs/srs.git
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.
10 lines
225 B
C
10 lines
225 B
C
5 years ago
|
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 };
|