Searched refs:eld_sbr (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libfdk-aacenc.c | 43 int eld_sbr; member 55 { "eld_sbr", "Enable SBR for ELD (for SBR in other configurations, use the -profile parameter)", offsetof(AACContext, eld_sbr), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM }, 146 if (aot == FF_PROFILE_AAC_ELD + 1 && s->eld_sbr) { in aac_encode_init() 251 s->eld_sbr) in aac_encode_init()
|
Completed in 2 milliseconds