[FFmpeg-cvslog] lavfi/split: give a more accurate description to split
Stefano Sabatini
git at videolan.org
Sat Jun 16 00:57:03 CEST 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Jun 15 16:49:09 2012 +0200| [e20530add7bcc82c86727bf68edb30956c8db470] | committer: Stefano Sabatini
lavfi/split: give a more accurate description to split
The filter now supports a configurable number of outputs.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e20530add7bcc82c86727bf68edb30956c8db470
---
libavfilter/split.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/split.c b/libavfilter/split.c
index 899fe3e..13669c1 100644
--- a/libavfilter/split.c
+++ b/libavfilter/split.c
@@ -95,7 +95,7 @@ static void end_frame(AVFilterLink *inlink)
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 video to N outputs."),
.init = split_init,
.uninit = split_uninit,
More information about the ffmpeg-cvslog
mailing list