summaryrefslogtreecommitdiff
path: root/libavfilter/vf_fieldmatch.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-14 20:58:31 +0200
committerClément Bœsch <ubitux@gmail.com>2013-04-14 20:58:31 +0200
commitdfac37afd25079532ff430a0f7f1c9bfd33434ff (patch)
treecc6e178f2b20cf8ca066bbf3948acf538b63e568 /libavfilter/vf_fieldmatch.c
parentf6c9a325b727b807d7e666ea41858dae9ebce916 (diff)
lavfi: add missing periods in filter descriptions.
Diffstat (limited to 'libavfilter/vf_fieldmatch.c')
-rw-r--r--libavfilter/vf_fieldmatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_fieldmatch.c b/libavfilter/vf_fieldmatch.c
index 507b5d32bd..ff803f4f88 100644
--- a/libavfilter/vf_fieldmatch.c
+++ b/libavfilter/vf_fieldmatch.c
@@ -974,7 +974,7 @@ static const AVFilterPad fieldmatch_outputs[] = {
AVFilter avfilter_vf_fieldmatch = {
.name = "fieldmatch",
- .description = NULL_IF_CONFIG_SMALL("Field matching for inverse telecine"),
+ .description = NULL_IF_CONFIG_SMALL("Field matching for inverse telecine."),
.query_formats = query_formats,
.priv_size = sizeof(FieldMatchContext),
.init = fieldmatch_init,