X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fallfilters.c;h=f9cacfc9bf601041eb4e55084f9bab9966292ce3;hb=fe508f807abd218b0edd272c49f736149ea21279;hp=88e8d683c2c487d903a5c55965c71089a7d1041a;hpb=25ca8aef54b65c77ed36ab5a6877eba18560e6b8;p=ffmpeg diff --git a/libavfilter/allfilters.c b/libavfilter/allfilters.c index 88e8d683c2c..f9cacfc9bf6 100644 --- a/libavfilter/allfilters.c +++ b/libavfilter/allfilters.c @@ -61,10 +61,11 @@ 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 (VOLUME_JUSTIN, volume_justin, af); REGISTER_FILTER (VOLUMEDETECT,volumedetect,af); - REGISTER_FILTER (RESAMPLE, resample, af); REGISTER_FILTER (AEVALSRC, aevalsrc, asrc); REGISTER_FILTER (ANULLSRC, anullsrc, asrc); @@ -124,9 +125,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);