X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_eq.h;h=cd0cd75f08ceefaa04b9aa79aec710f2f81e2daa;hb=3f27021143f1bc6a55be5bac37f4c2d3c742e023;hp=fa49d46e5cf362c6486f80e0c7b9c948ad91efa9;hpb=493240a522fca34882601fbeeda4e17aa40a0303;p=ffmpeg diff --git a/libavfilter/vf_eq.h b/libavfilter/vf_eq.h index fa49d46e5cf..cd0cd75f08c 100644 --- a/libavfilter/vf_eq.h +++ b/libavfilter/vf_eq.h @@ -100,6 +100,7 @@ typedef struct EQContext { enum EvalMode { EVAL_MODE_INIT, EVAL_MODE_FRAME, EVAL_MODE_NB } eval_mode; } EQContext; +void ff_eq_init(EQContext *eq); void ff_eq_init_x86(EQContext *eq); #endif /* AVFILTER_EQ_H */