]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_blend.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavfilter / vf_blend.c
index a5c8e9fb288e736859bd021d7fd74640ca383d95..d422a9c94a0273206b1cf7eebaf35042c3a6861a 100644 (file)
@@ -451,7 +451,7 @@ static const AVFilterPad blend_outputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_vf_blend = {
+AVFilter ff_vf_blend = {
     .name          = "blend",
     .description   = NULL_IF_CONFIG_SMALL("Blend two video frames into each other."),
     .init          = init,