summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf.c')
-rw-r--r--video/filter/vf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/filter/vf.c b/video/filter/vf.c
index cf8866f0ac..ce842868ef 100644
--- a/video/filter/vf.c
+++ b/video/filter/vf.c
@@ -48,7 +48,7 @@ extern const vf_info_t vf_info_flip;
extern const vf_info_t vf_info_rotate;
extern const vf_info_t vf_info_mirror;
extern const vf_info_t vf_info_noise;
-extern const vf_info_t vf_info_eq2;
+extern const vf_info_t vf_info_eq;
extern const vf_info_t vf_info_gradfun;
extern const vf_info_t vf_info_unsharp;
extern const vf_info_t vf_info_swapuv;
@@ -89,7 +89,7 @@ static const vf_info_t *const filter_list[] = {
&vf_info_screenshot_force,
&vf_info_noise,
- &vf_info_eq2,
+ &vf_info_eq,
&vf_info_gradfun,
&vf_info_unsharp,
&vf_info_swapuv,