EVAL_MODE_ONCE 75 libavfilter/af_volume.c { "eval", "specify when to evaluate expressions", OFFSET(eval_mode), AV_OPT_TYPE_INT, {.i64 = EVAL_MODE_ONCE}, 0, EVAL_MODE_NB-1, .flags = A|F, "eval" }, EVAL_MODE_ONCE 76 libavfilter/af_volume.c { "once", "eval volume expression once", 0, AV_OPT_TYPE_CONST, {.i64=EVAL_MODE_ONCE}, .flags = A|F, .unit = "eval" }, EVAL_MODE_ONCE 264 libavfilter/af_volume.c if (vol->eval_mode == EVAL_MODE_ONCE) { EVAL_MODE_ONCE 331 libavfilter/af_volume.c if (vol->eval_mode == EVAL_MODE_ONCE)