Author: stefano
Date: Sun May  2 00:54:33 2010
New Revision: 5784

Log:
Add description to overlay filter.

Modified:
   libavfilter/vf_overlay.c

Modified: libavfilter/vf_overlay.c
==============================================================================
--- libavfilter/vf_overlay.c    Sun May  2 00:46:27 2010        (r5783)
+++ libavfilter/vf_overlay.c    Sun May  2 00:54:33 2010        (r5784)
@@ -317,6 +317,7 @@ static int request_frame(AVFilterLink *l
 AVFilter avfilter_vf_overlay =
 {
     .name      = "overlay",
+    .description = "Overlay a video source on top of the input.",
 
     .init      = init,
     .uninit    = uninit,
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to