]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_blackframe.c
libavfilter: Add asettb filter for setting timebase for audio
[ffmpeg] / libavfilter / vf_blackframe.c
index 1b1e796dffae02f826d446c0493ec9e7aa0661e0..039f05549573b5e979e2c74d3ddb731056d12416 100644 (file)
@@ -118,7 +118,7 @@ static const AVFilterPad avfilter_vf_blackframe_outputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_vf_blackframe = {
+AVFilter ff_vf_blackframe = {
     .name        = "blackframe",
     .description = NULL_IF_CONFIG_SMALL("Detect frames that are (almost) black."),