]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/allfilters.c
avfilter/vf_scale: set proper out frame color range
[ffmpeg] / libavfilter / allfilters.c
index 0eeef5330949b9a237aebf5434e5dbacd070ca0a..a039a39922d5165215bb811723f71af0fc1f41be 100644 (file)
@@ -59,6 +59,7 @@ void avfilter_register_all(void)
     REGISTER_FILTER(ALLPASS,        allpass,        af);
     REGISTER_FILTER(AMERGE,         amerge,         af);
     REGISTER_FILTER(AMIX,           amix,           af);
+    REGISTER_FILTER(ANEQUALIZER,    anequalizer,    af);
     REGISTER_FILTER(ANULL,          anull,          af);
     REGISTER_FILTER(APAD,           apad,           af);
     REGISTER_FILTER(APERMS,         aperms,         af);
@@ -109,6 +110,7 @@ void avfilter_register_all(void)
     REGISTER_FILTER(SIDECHAINGATE,  sidechaingate,  af);
     REGISTER_FILTER(SILENCEDETECT,  silencedetect,  af);
     REGISTER_FILTER(SILENCEREMOVE,  silenceremove,  af);
+    REGISTER_FILTER(SOFALIZER,      sofalizer,      af);
     REGISTER_FILTER(STEREOTOOLS,    stereotools,    af);
     REGISTER_FILTER(STEREOWIDEN,    stereowiden,    af);
     REGISTER_FILTER(TREBLE,         treble,         af);