summaryrefslogtreecommitdiff
path: root/libavfilter/vf_eq.h
diff options
context:
space:
mode:
authorTing Fu <ting.fu@intel.com>2019-09-18 15:05:33 +0800
committerRuiling Song <ruiling.song@intel.com>2019-09-26 08:10:31 +0800
commit9691e2a4264b9859061efaaf818b528add45656f (patch)
tree08c67cd833743a851f92492bd1248e03f4b775b0 /libavfilter/vf_eq.h
parentfc20ba9e049e5dde25643bffb2565a5477e6e5f6 (diff)
checkasm/vf_eq: add test for vf_eq
Signed-off-by: Ting Fu <ting.fu@intel.com> Signed-off-by: Ruiling Song <ruiling.song@intel.com>
Diffstat (limited to 'libavfilter/vf_eq.h')
-rw-r--r--libavfilter/vf_eq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_eq.h b/libavfilter/vf_eq.h
index fa49d46e5c..cd0cd75f08 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 */