diff motion_est.c @ 4259:9b74144471c5 libavcodec

spelling cosmetics: cliped --> clipped
author diego
date Sat, 02 Dec 2006 14:19:49 +0000
parents 8a67fda4f0b5
children d6f83e2f8804
line wrap: on
line diff
--- a/motion_est.c	Sat Dec 02 12:55:29 2006 +0000
+++ b/motion_est.c	Sat Dec 02 14:19:49 2006 +0000
@@ -1786,7 +1786,7 @@
     P_LEFT[1]        = clip(mv_table[mot_xy - 1][1], ymin<<shift, ymax<<shift);
 
     /* special case for first line */
-    if (!s->first_slice_line) { //FIXME maybe allow this over thread boundary as its cliped
+    if (!s->first_slice_line) { //FIXME maybe allow this over thread boundary as its clipped
         P_TOP[0]      = clip(mv_table[mot_xy - mot_stride             ][0], xmin<<shift, xmax<<shift);
         P_TOP[1]      = clip(mv_table[mot_xy - mot_stride             ][1], ymin<<shift, ymax<<shift);
         P_TOPRIGHT[0] = clip(mv_table[mot_xy - mot_stride + 1         ][0], xmin<<shift, xmax<<shift);