]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_mcdeint.c
Merge commit '0d2fcdb1c5c9e844c232e5429130727121990d0e'
[ffmpeg] / libavfilter / vf_mcdeint.c
index ea32a240bb48fad2a6d375ce281a283c7c0c946f..050a8341d9b545a0e9da890be614fd52154efb5a 100644 (file)
@@ -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