]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_mp.c
lavfi: fix mp and mandelbrot descriptions to make them complete sentences
[ffmpeg] / libavfilter / vf_mp.c
index a61f0866c1dd9f3f49442fa00044a0a37c731cd2..8cc93f7d859d868317eb4ae89bd2820c79215bc8 100644 (file)
@@ -878,7 +878,7 @@ static void end_frame(AVFilterLink *inlink)
 
 AVFilter avfilter_vf_mp = {
     .name      = "mp",
-    .description = NULL_IF_CONFIG_SMALL("libmpcodecs wrapper."),
+    .description = NULL_IF_CONFIG_SMALL("Apply a libmpcodecs filter to the input video."),
     .init = init,
     .priv_size = sizeof(MPContext),
     .query_formats = query_formats,