diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-14 20:58:31 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-14 20:58:31 +0200 |
commit | dfac37afd25079532ff430a0f7f1c9bfd33434ff (patch) | |
tree | cc6e178f2b20cf8ca066bbf3948acf538b63e568 /libavfilter/vf_fieldmatch.c | |
parent | f6c9a325b727b807d7e666ea41858dae9ebce916 (diff) | |
download | ffmpeg-dfac37afd25079532ff430a0f7f1c9bfd33434ff.tar.gz |
lavfi: add missing periods in filter descriptions.
Diffstat (limited to 'libavfilter/vf_fieldmatch.c')
-rw-r--r-- | libavfilter/vf_fieldmatch.c | 2 |
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, |