Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ling <divetec@rling.com>2017-11-21 13:32:06 +0300
committerPaul B Mahol <onemda@gmail.com>2017-11-25 11:51:33 +0300
commit7d4fe0c5cb9501efc4a434053cec85a70cae156e (patch)
treef0f82544f75eca2f4ed756165b99137280797a62 /libavfilter/allfilters.c
parent279d2599dd6be8e2030a4543b4efa245fd75de5c (diff)
avfilter: add normalize 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 3a9cd00fdf..e09d841387 100644
--- a/libavfilter/allfilters.c
+++ b/libavfilter/allfilters.c
@@ -257,6 +257,7 @@ static void register_all(void)
REGISTER_FILTER(NNEDI, nnedi, vf);
REGISTER_FILTER(NOFORMAT, noformat, vf);
REGISTER_FILTER(NOISE, noise, vf);
+ REGISTER_FILTER(NORMALIZE, normalize, vf);
REGISTER_FILTER(NULL, null, vf);
REGISTER_FILTER(OCR, ocr, vf);
REGISTER_FILTER(OCV, ocv, vf);