summaryrefslogtreecommitdiff
path: root/libavfilter/vf_shuffleplanes.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-11-25 22:22:17 +0100
committerPaul B Mahol <onemda@gmail.com>2015-11-25 22:22:17 +0100
commit56ff563f3bbe96e88e2c4eedf8765c77f77033eb (patch)
tree30c54c9522d8064a0e11f43fe80313def37e8e7d /libavfilter/vf_shuffleplanes.c
parent142894d7202b5559d87f58df30baf48107a816f6 (diff)
avfilter: add '.' at and of long filter description where it is missing
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavfilter/vf_shuffleplanes.c')
-rw-r--r--libavfilter/vf_shuffleplanes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_shuffleplanes.c b/libavfilter/vf_shuffleplanes.c
index 45698ecbd6..4bc7b79f87 100644
--- a/libavfilter/vf_shuffleplanes.c
+++ b/libavfilter/vf_shuffleplanes.c
@@ -157,7 +157,7 @@ static const AVFilterPad shuffleplanes_outputs[] = {
AVFilter ff_vf_shuffleplanes = {
.name = "shuffleplanes",
- .description = NULL_IF_CONFIG_SMALL("Shuffle video planes"),
+ .description = NULL_IF_CONFIG_SMALL("Shuffle video planes."),
.priv_size = sizeof(ShufflePlanesContext),
.priv_class = &shuffleplanes_class,