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

Ralph Giles giles at xiph.org
Sat Feb 28 10:25:30 PST 2004



giles       04/02/28 13:25:30

  Modified:    lib      encode.c
  Log:
  Fix a comment typo.

Revision  Changes    Path
1.18      +2 -2      theora/lib/encode.c

Index: encode.c
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/encode.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- encode.c	5 Feb 2004 08:00:21 -0000	1.17
+++ encode.c	28 Feb 2004 18:25:29 -0000	1.18
@@ -11,7 +11,7 @@
  ********************************************************************
 
   function:
-  last mod: $Id: encode.c,v 1.17 2004/02/05 08:00:21 arc Exp $
+  last mod: $Id: encode.c,v 1.18 2004/02/28 18:25:29 giles Exp $
 
  ********************************************************************/
 
@@ -1476,7 +1476,7 @@
     oggpackB_write( opb, 31, 6 );
   }
 
-  /* we only support on Q index per frame */
+  /* we only support one Q index per frame */
   oggpackB_write( opb, 0, 1 );
 
   /* If the frame was a base frame then write out the frame dimensions. */

<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