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.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/video/filter/vf.c b/video/filter/vf.c
index d60379ca6b..a228ba3a76 100644
--- a/video/filter/vf.c
+++ b/video/filter/vf.c
@@ -77,25 +77,25 @@ static const vf_info_t *const filter_list[] = {
&vf_info_format,
&vf_info_noformat,
&vf_info_flip,
- &vf_info_rotate,
&vf_info_mirror,
#if HAVE_LIBAVFILTER
&vf_info_lavfi,
-#endif
-
- &vf_info_screenshot,
-
+ &vf_info_rotate,
&vf_info_noise,
- &vf_info_eq,
&vf_info_gradfun,
&vf_info_unsharp,
&vf_info_hqdn3d,
- &vf_info_dsize,
&vf_info_pullup,
&vf_info_delogo,
- &vf_info_sub,
&vf_info_yadif,
+#endif
+
+ &vf_info_screenshot,
+
+ &vf_info_eq,
+ &vf_info_dsize,
+ &vf_info_sub,
&vf_info_stereo3d,
&vf_info_buffer,
#if HAVE_DLOPEN