diff motion_est.c @ 2628:511e3afc43e1 libavcodec

Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped")
author melanson
date Sun, 24 Apr 2005 17:21:11 +0000
parents e237d9bd0f8c
children 8e42a0463f68
line wrap: on
line diff
--- a/motion_est.c	Sun Apr 24 11:13:49 2005 +0000
+++ b/motion_est.c	Sun Apr 24 17:21:11 2005 +0000
@@ -1300,7 +1300,7 @@
             c->sub_motion_search(s, &mx, &my, dmin, 0, 0, 0, 16);
             if(s->flags&CODEC_FLAG_MV0)
                 if(mx || my)
-                    mb_type |= CANDIDATE_MB_TYPE_SKIPED; //FIXME check difference
+                    mb_type |= CANDIDATE_MB_TYPE_SKIPPED; //FIXME check difference
         }else{
             mx <<=shift;
             my <<=shift;