[xiph-cvs] cvs commit: theora/lib scan.c

Ralph Giles giles at xiph.org
Fri Oct 31 06:25:52 PST 2003



giles       03/10/31 09:25:52

  Modified:    lib      scan.c
  Log:
  Comment cleanup.

Revision  Changes    Path
1.8       +3 -3      theora/lib/scan.c

Index: scan.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/scan.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- scan.c	10 Jun 2003 01:31:33 -0000	1.7
+++ scan.c	31 Oct 2003 14:25:51 -0000	1.8
@@ -11,7 +11,7 @@
  ********************************************************************
 
   function:
-  last mod: $Id: scan.c,v 1.7 2003/06/10 01:31:33 tterribe Exp $
+  last mod: $Id: scan.c,v 1.8 2003/10/31 14:25:51 giles Exp $
 
  ********************************************************************/
 
@@ -279,7 +279,7 @@
   ppi->VideoUVPlaneWidth = ScanConfigPtr->VideoFrameWidth / 2;
   ppi->VideoUVPlaneHeight = ScanConfigPtr->VideoFrameHeight / 2;
 
-  /* Note the size of the entire frame and plaes in pixels. */
+  /* Note the size of each plane in pixels. */
   ppi->YFramePixels = ppi->ScanConfig.VideoFrameWidth *
     ppi->ScanConfig.VideoFrameHeight;
   ppi->UVFramePixels = ppi->VideoUVPlaneWidth * ppi->VideoUVPlaneHeight;
@@ -374,7 +374,7 @@
   ppi->OutputBlocksUpdated += (HistoryBlocksAdded / HISTORY_BLOCK_FACTOR);
 
   /* Now calculate a key frame candidate indicator.  This is based
-     upon Y data only and only ignores the top and bottom 1/8 of the
+     upon Y data only and ignores the top and bottom 1/8 of the
      image.  Also ignore history blocks and BAR blocks. */
   ppi->KFIndicator = 0;
   for ( i = YBand; i < (ppi->ScanYPlaneFragments - YBand); i++ )

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list