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:
authorClément Bœsch <ubitux@gmail.com>2013-04-14 22:58:31 +0400
committerClément Bœsch <ubitux@gmail.com>2013-04-14 22:58:31 +0400
commitdfac37afd25079532ff430a0f7f1c9bfd33434ff (patch)
treecc6e178f2b20cf8ca066bbf3948acf538b63e568 /libavfilter/af_channelsplit.c
parentf6c9a325b727b807d7e666ea41858dae9ebce916 (diff)
lavfi: add missing periods in filter descriptions.
Diffstat (limited to 'libavfilter/af_channelsplit.c')
-rw-r--r--libavfilter/af_channelsplit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/af_channelsplit.c b/libavfilter/af_channelsplit.c
index e3a30d83c4..c14c676732 100644
--- a/libavfilter/af_channelsplit.c
+++ b/libavfilter/af_channelsplit.c
@@ -137,7 +137,7 @@ static const AVFilterPad avfilter_af_channelsplit_inputs[] = {
AVFilter avfilter_af_channelsplit = {
.name = "channelsplit",
- .description = NULL_IF_CONFIG_SMALL("Split audio into per-channel streams"),
+ .description = NULL_IF_CONFIG_SMALL("Split audio into per-channel streams."),
.priv_size = sizeof(ChannelSplitContext),
.priv_class = &channelsplit_class,