]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_sab.c
Merge commit '58d13cea307e776664dae711608b358dd4b84fff'
[ffmpeg] / libavfilter / vf_sab.c
index 1d970fa95fa1ccba7f75a03a97a7ba4250111d7d..51bbc5aed9c80ab716c58b50dc72b60774a6114e 100644 (file)
@@ -325,7 +325,7 @@ static const AVFilterPad sab_outputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_vf_sab = {
+AVFilter ff_vf_sab = {
     .name          = "sab",
     .description   = NULL_IF_CONFIG_SMALL("Apply shape adaptive blur."),
     .priv_size     = sizeof(SabContext),