]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_drawtext.c
Merge commit 'c0bba95c2363641d3297b3852b2ece1474cda295'
[ffmpeg] / libavfilter / vf_drawtext.c
index f1c7b26dad38ddd642af3f34b20d4d7bd6de3bcd..dde3b0a3202d45b82326f1f523673d52eff6236b 100644 (file)
@@ -1056,7 +1056,7 @@ static const AVFilterPad avfilter_vf_drawtext_outputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_vf_drawtext = {
+AVFilter ff_vf_drawtext = {
     .name          = "drawtext",
     .description   = NULL_IF_CONFIG_SMALL("Draw text on top of video frames using libfreetype library."),
     .priv_size     = sizeof(DrawTextContext),