mirror of https://git.ffmpeg.org/ffmpeg.git
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