EVAL_MODE_ONCE 73 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 74 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 259 libavfilter/af_volume.c if (vol->eval_mode == EVAL_MODE_ONCE) { EVAL_MODE_ONCE 326 libavfilter/af_volume.c if (vol->eval_mode == EVAL_MODE_ONCE)