summaryrefslogtreecommitdiff
path: root/libavfilter/vf_yadif.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-01-20 00:16:27 +0100
committerClément Bœsch <ubitux@gmail.com>2012-01-20 00:16:27 +0100
commit9d35fa43eea1c0646a5f3e4ba537d58f574b9ca7 (patch)
treec893afcaf5a570f05d69953fc4a5747e88faf894 /libavfilter/vf_yadif.c
parentdcea7ca752e631baf96c0a5a490ae5285eb56004 (diff)
lavfi: add missing periods in descriptions.
Diffstat (limited to 'libavfilter/vf_yadif.c')
-rw-r--r--libavfilter/vf_yadif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_yadif.c b/libavfilter/vf_yadif.c
index b18202d0e7..3a9637380b 100644
--- a/libavfilter/vf_yadif.c
+++ b/libavfilter/vf_yadif.c
@@ -396,7 +396,7 @@ static void null_draw_slice(AVFilterLink *link, int y, int h, int slice_dir) { }
AVFilter avfilter_vf_yadif = {
.name = "yadif",
- .description = NULL_IF_CONFIG_SMALL("Deinterlace the input image"),
+ .description = NULL_IF_CONFIG_SMALL("Deinterlace the input image."),
.priv_size = sizeof(YADIFContext),
.init = init,