diff libmpcodecs/vf_mcdeint.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 290420c32921
children a7b908875c14
line wrap: on
line diff
--- a/libmpcodecs/vf_mcdeint.c	Tue May 12 19:25:35 2009 +0000
+++ b/libmpcodecs/vf_mcdeint.c	Wed May 13 02:58:57 2009 +0000
@@ -25,7 +25,7 @@
   frames are created purely based on spatial interpolation then for example
   a thin black line or another random and not interpolateable pattern
   will cause problems
-  Note: completly ignoring the "unavailable" lines during motion estimation 
+  Note: completly ignoring the "unavailable" lines during motion estimation
   didnt look any better, so the most obvious solution would be to improve
   tfields or penalize problematic motion vectors ...
 
@@ -33,7 +33,7 @@
   and as a result sometimes creates artifacts
 
 * 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 filtering the whole movie in forward and then backward direction seems
   like a interresting idea but the current filter framework is FAR from
   supporting such things