[FFmpeg-cvslog] vf_split: add description

Stefano Sabatini git at videolan.org
Sun May 22 02:53:54 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Sun May 22 01:19:20 2011 +0200| [88fc2e411ecf66b8a8e1b41b027b51bf2b5434b0] | committer: Stefano Sabatini

vf_split: add description

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=88fc2e411ecf66b8a8e1b41b027b51bf2b5434b0
---

 libavfilter/vf_split.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavfilter/vf_split.c b/libavfilter/vf_split.c
index 2cab8fa..4ef959a 100644
--- a/libavfilter/vf_split.c
+++ b/libavfilter/vf_split.c
@@ -49,6 +49,7 @@ static void draw_slice(AVFilterLink *inlink, int y, int h, int slice_dir)
 
 AVFilter avfilter_vf_split = {
     .name      = "split",
+    .description = NULL_IF_CONFIG_SMALL("Pass on the input to two outputs."),
 
     .inputs    = (AVFilterPad[]) {{ .name            = "default",
                                     .type            = AVMEDIA_TYPE_VIDEO,



More information about the ffmpeg-cvslog mailing list