Searched refs:surround_depth (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | libmodplug.c | 44 int surround_depth; member 90 {"surround_depth", "Surround level 0(quiet)-100(heavy)", OFFSET(surround_depth), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 100, D}, 215 SET_OPT_IF_REQUESTED(mSurroundDepth, surround_depth, MODPLUG_ENABLE_SURROUND); in modplug_read_header() 222 if (modplug->surround_depth) settings.mSurroundDepth = modplug->surround_depth; in modplug_read_header()
|
Completed in 2 milliseconds