[FFmpeg-cvslog] vf_split: fix description
Anton Khirnov
git at videolan.org
Wed May 1 10:17:31 CEST 2013
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Tue Apr 9 22:09:20 2013 +0200| [1012155722fc6ad1c232deaf99192d54bce6a106] | committer: Anton Khirnov
vf_split: fix description
It now allows an arbitrary number of inputs, not just two.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1012155722fc6ad1c232deaf99192d54bce6a106
---
libavfilter/split.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/split.c b/libavfilter/split.c
index 8c03de5..16d0bb3 100644
--- a/libavfilter/split.c
+++ b/libavfilter/split.c
@@ -119,7 +119,7 @@ static const AVFilterPad avfilter_vf_split_inputs[] = {
AVFilter avfilter_vf_split = {
.name = "split",
- .description = NULL_IF_CONFIG_SMALL("Pass on the input to two outputs."),
+ .description = NULL_IF_CONFIG_SMALL("Pass on the input to N video outputs."),
.priv_size = sizeof(SplitContext),
.priv_class = &split_class,
More information about the ffmpeg-cvslog
mailing list