Searched refs:eld_sbr (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibfdk-aacenc.c33 int eld_sbr; member in struct:AACContext
44 { "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 },
129 if (aot == FF_PROFILE_AAC_ELD + 1 && s->eld_sbr) {
213 s->eld_sbr)

Completed in 69 milliseconds