X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fallfilters.c;h=ffde5ce112117bab4de397b411118bd5accf6834;hb=5de1f7a7bd8a69d1cbf4f31816f996c99d545a10;hp=88e8d683c2c487d903a5c55965c71089a7d1041a;hpb=386fc67c79b746760711be60e69fd5a10f42ab5f;p=ffmpeg diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index 88e8d683c2c..ffde5ce1121 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -61,10 +61,10 @@ void avfilter_register_all(void) REGISTER_FILTER (EBUR128, ebur128, af); REGISTER_FILTER (JOIN, join, af); REGISTER_FILTER (PAN, pan, af); + REGISTER_FILTER (RESAMPLE, resample, af); REGISTER_FILTER (SILENCEDETECT, silencedetect, af); REGISTER_FILTER (VOLUME, volume, af); REGISTER_FILTER (VOLUMEDETECT,volumedetect,af); - REGISTER_FILTER (RESAMPLE, resample, af); REGISTER_FILTER (AEVALSRC, aevalsrc, asrc); REGISTER_FILTER (ANULLSRC, anullsrc, asrc); @@ -124,9 +124,9 @@ void avfilter_register_all(void) REGISTER_FILTER (SETSAR, setsar, vf); REGISTER_FILTER (SETTB, settb, vf); REGISTER_FILTER (SHOWINFO, showinfo, vf); - REGISTER_FILTER (SLICIFY, slicify, vf); REGISTER_FILTER (SMARTBLUR, smartblur, vf); REGISTER_FILTER (SPLIT, split, vf); + REGISTER_FILTER (SUBTITLES, subtitles, vf); REGISTER_FILTER (SUPER2XSAI, super2xsai, vf); REGISTER_FILTER (SWAPUV, swapuv, vf); REGISTER_FILTER (THUMBNAIL, thumbnail, vf);