[FFmpeg-cvslog] avfilter/vf_remap: add . at end of long description
Paul B Mahol
git at videolan.org
Sun Jan 29 14:31:36 EET 2017
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Jan 29 13:29:33 2017 +0100| [c6f7f33eec8e62e35c8650fe12721278b9ef2e9e] | committer: Paul B Mahol
avfilter/vf_remap: add . at end of long description
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c6f7f33eec8e62e35c8650fe12721278b9ef2e9e
---
libavfilter/vf_remap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/vf_remap.c b/libavfilter/vf_remap.c
index e70956d..b7182e9 100644
--- a/libavfilter/vf_remap.c
+++ b/libavfilter/vf_remap.c
@@ -404,7 +404,7 @@ static const AVFilterPad remap_outputs[] = {
AVFilter ff_vf_remap = {
.name = "remap",
- .description = NULL_IF_CONFIG_SMALL("Remap pixels"),
+ .description = NULL_IF_CONFIG_SMALL("Remap pixels."),
.priv_size = sizeof(RemapContext),
.uninit = uninit,
.query_formats = query_formats,
More information about the ffmpeg-cvslog
mailing list