summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2020-08-19 10:23:03 +0200
committerPaul B Mahol <onemda@gmail.com>2020-12-20 21:44:13 +0100
commit6e96e3d970c5500bfc48d2428119fe995eb230c1 (patch)
tree926ebfe9ae11c8d98680d9f92a6583d9df60063f /libavfilter/allfilters.c
parentab6a56773fe8eaa287a784229caeb85cf6db370d (diff)
avfilter: add shufflepixels video filter
Diffstat (limited to 'libavfilter/allfilters.c')
-rw-r--r--libavfilter/allfilters.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c
index a145d0a830..1b77bf1c81 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -385,6 +385,7 @@ extern AVFilter ff_vf_sharpness_vaapi;
extern AVFilter ff_vf_showinfo;
extern AVFilter ff_vf_showpalette;
extern AVFilter ff_vf_shuffleframes;
+extern AVFilter ff_vf_shufflepixels;
extern AVFilter ff_vf_shuffleplanes;
extern AVFilter ff_vf_sidedata;
extern AVFilter ff_vf_signalstats;