]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/allfilters.c
Merge commit '73dacabfc9b9ef1fd2c08105fdab6238ee29c2fc'
[ffmpeg] / libavfilter / allfilters.c
index 0288082f67de4c1127821035e2d63c5eb486fad4..7961dca4d9c111a9527fd9927e893723be756ff3 100644 (file)
@@ -80,6 +80,7 @@ void avfilter_register_all(void)
     REGISTER_FILTER(BS2B,           bs2b,           af);
     REGISTER_FILTER(CHANNELMAP,     channelmap,     af);
     REGISTER_FILTER(CHANNELSPLIT,   channelsplit,   af);
+    REGISTER_FILTER(CHORUS,         chorus,         af);
     REGISTER_FILTER(COMPAND,        compand,        af);
     REGISTER_FILTER(DCSHIFT,        dcshift,        af);
     REGISTER_FILTER(EARWAX,         earwax,         af);
@@ -128,6 +129,7 @@ void avfilter_register_all(void)
     REGISTER_FILTER(DEJUDDER,       dejudder,       vf);
     REGISTER_FILTER(DELOGO,         delogo,         vf);
     REGISTER_FILTER(DESHAKE,        deshake,        vf);
+    REGISTER_FILTER(DETELECINE,     detelecine,     vf);
     REGISTER_FILTER(DRAWBOX,        drawbox,        vf);
     REGISTER_FILTER(DRAWGRID,       drawgrid,       vf);
     REGISTER_FILTER(DRAWTEXT,       drawtext,       vf);