[xiph-commits] r7769 - trunk/theora/lib

giles at motherfish-iii.xiph.org giles at motherfish-iii.xiph.org
Wed Sep 15 22:34:25 PDT 2004


Author: giles
Date: 2004-09-15 22:34:24 -0700 (Wed, 15 Sep 2004)
New Revision: 7769

Modified:
   trunk/theora/lib/mcomp.c
Log:
Fix comment typos. Patch from Adam Moss.


Modified: trunk/theora/lib/mcomp.c
===================================================================
--- trunk/theora/lib/mcomp.c	2004-09-16 05:32:07 UTC (rev 7768)
+++ trunk/theora/lib/mcomp.c	2004-09-16 05:34:24 UTC (rev 7769)
@@ -911,9 +911,9 @@
                                         MOTION_VECTOR *MV ) {
   ogg_uint32_t  InterMVError;
 
-  /* For the moment the 4MV mode is only deemd to be valid if all four
-     Y blocks are to be updated */
-  /* This May be adapted later. */
+  /* For the moment the 4MV mode is only deemed to be valid 
+     if all four Y blocks are to be updated */
+  /* This may be adapted later. */
   if ( cpi->pb.display_fragments[FragIndex] &&
        cpi->pb.display_fragments[FragIndex + 1] &&
        cpi->pb.display_fragments[FragIndex + cpi->pb.HFragments] &&



More information about the commits mailing list