Browse Source

lavfi/split: give a more accurate description to split

The filter now supports a configurable number of outputs.
tags/n1.0
Stefano Sabatini 13 years ago
parent
commit
e20530add7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/split.c

+ 1
- 1
libavfilter/split.c View File

@@ -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,


Loading…
Cancel
Save