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