X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_eq.h;h=cd0cd75f08ceefaa04b9aa79aec710f2f81e2daa;hb=ea2d9b7a2e02861ea680f91404414955f55a294c;hp=fa49d46e5cf362c6486f80e0c7b9c948ad91efa9;hpb=94d98330ed6c5562341315c26c1af92771a2e6de;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 */