summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mcdeint.c
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2016-03-28 14:07:47 -0800
committerLou Logan <lou@lrcd.com>2016-03-28 14:13:17 -0800
commit06eef96b69d73a31f2b390955d1be0537214a0c8 (patch)
treeca45453b9853a6ad358966292639148a036f3a1a /libavfilter/vf_mcdeint.c
parent99f2a59c2f298c2a8c0d1058759fd0ae81bc8c2e (diff)
downloadffmpeg-06eef96b69d73a31f2b390955d1be0537214a0c8.tar.gz
fix some a/an typos
Signed-off-by: Lou Logan <lou@lrcd.com>
Diffstat (limited to 'libavfilter/vf_mcdeint.c')
-rw-r--r--libavfilter/vf_mcdeint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_mcdeint.c b/libavfilter/vf_mcdeint.c
index ea32a240bb..050a8341d9 100644
--- a/libavfilter/vf_mcdeint.c
+++ b/libavfilter/vf_mcdeint.c
@@ -38,7 +38,7 @@
*
* Only past frames are used, we should ideally use future frames too,
* something like filtering the whole movie in forward and then
- * backward direction seems like a interesting idea but the current
+ * backward direction seems like an interesting idea but the current
* filter framework is FAR from supporting such things.
*
* Combining the motion compensated image with the input image also is