BLEND_HARDLIGHT 85 libavfilter/vf_blend.c { "hardlight", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_HARDLIGHT}, 0, 0, FLAGS, "mode" },\ BLEND_HARDLIGHT 722 libavfilter/vf_blend.c case BLEND_HARDLIGHT: param->blend = blend_hardlight_##depth##bit; break; \