Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-01 12:11:01 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-05-01 12:11:01 +0400
commita1b88797144111262b07cde42b038387a3c6578b (patch)
tree3f8094e150245f08e0464da9ab582b979b1ba80f /libavfilter/split.c
parent52fa2945b594d02c84b817aaa3d01041eb2c1cf7 (diff)
parent949c603ed9210df0e1b8e1aa82c71b93543d8071 (diff)
Merge commit '949c603ed9210df0e1b8e1aa82c71b93543d8071'
* commit '949c603ed9210df0e1b8e1aa82c71b93543d8071': af_channelmap: remove now unnecessary goto vf_split: fix description Conflicts: libavfilter/split.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/split.c')
-rw-r--r--libavfilter/split.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/split.c b/libavfilter/split.c
index 251ea2e4a3..3e6a60f0dc 100644
--- a/libavfilter/split.c
+++ b/libavfilter/split.c
@@ -115,7 +115,7 @@ static const AVFilterPad avfilter_vf_split_inputs[] = {
AVFilter avfilter_vf_split = {
.name = "split",
- .description = NULL_IF_CONFIG_SMALL("Pass on the input video to N outputs."),
+ .description = NULL_IF_CONFIG_SMALL("Pass on the input to N video outputs."),
.priv_size = sizeof(SplitContext),
.priv_class = &split_class,