mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +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:
parent
9ec8790ac4
commit
c6f7f33eec
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user