You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/vf_remap: add . at end of long description
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user