diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-11-25 22:22:17 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-11-25 22:22:17 +0100 |
commit | 56ff563f3bbe96e88e2c4eedf8765c77f77033eb (patch) | |
tree | 30c54c9522d8064a0e11f43fe80313def37e8e7d /libavfilter/vf_shuffleframes.c | |
parent | 142894d7202b5559d87f58df30baf48107a816f6 (diff) | |
download | ffmpeg-56ff563f3bbe96e88e2c4eedf8765c77f77033eb.tar.gz |
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_shuffleframes.c')
-rw-r--r-- | libavfilter/vf_shuffleframes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_shuffleframes.c b/libavfilter/vf_shuffleframes.c index 306445b821..041429f42f 100644 --- a/libavfilter/vf_shuffleframes.c +++ b/libavfilter/vf_shuffleframes.c @@ -151,7 +151,7 @@ static const AVFilterPad shuffleframes_outputs[] = { AVFilter ff_vf_shuffleframes = { .name = "shuffleframes", - .description = NULL_IF_CONFIG_SMALL("Shuffle video frames"), + .description = NULL_IF_CONFIG_SMALL("Shuffle video frames."), .priv_size = sizeof(ShuffleFramesContext), .priv_class = &shuffleframes_class, .init = init, |