summaryrefslogtreecommitdiff
path: root/libavfilter/allfilters.c
diff options
context:
space:
mode:
authormultiple authors <multiple@multiple.x>2012-03-10 04:04:19 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-04-04 23:54:53 +0200
commit13cc3645b002f918272a7dfbc31294fded55943b (patch)
tree0e69b25c899b09df80b7e66bda0f8c215452e209 /libavfilter/allfilters.c
parent4480edcf312b8d4350201eca047ccdd2c27f8517 (diff)
downloadffmpeg-13cc3645b002f918272a7dfbc31294fded55943b.tar.gz
libavfilter: add colormatrix filter
Ported by: Baptiste Coudurier cleanup+fate by ubitux For detailed authorship of the original code please see avisynth
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 f71246e169..d24d39e483 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -60,6 +60,7 @@ void avfilter_register_all(void)
REGISTER_FILTER (BLACKDETECT, blackdetect, vf);
REGISTER_FILTER (BLACKFRAME, blackframe, vf);
REGISTER_FILTER (BOXBLUR, boxblur, vf);
+ REGISTER_FILTER (COLORMATRIX, colormatrix, vf);
REGISTER_FILTER (COPY, copy, vf);
REGISTER_FILTER (CROP, crop, vf);
REGISTER_FILTER (CROPDETECT, cropdetect, vf);