[xiph-cvs] cvs commit: theora/lib encoder_internal.h

Ralph Giles giles at xiph.org
Mon Sep 29 07:36:44 PDT 2003



giles       03/09/29 10:36:44

  Modified:    lib      encoder_internal.h
  Log:
  Remove unused ormask and andmask tables.

Revision  Changes    Path
1.15      +1 -4      theora/lib/encoder_internal.h

Index: encoder_internal.h
===================================================================
RCS file: /usr/local/cvsroot/theora/lib/encoder_internal.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- encoder_internal.h	10 Jun 2003 01:31:33 -0000	1.14
+++ encoder_internal.h	29 Sep 2003 14:36:44 -0000	1.15
@@ -11,7 +11,7 @@
  ********************************************************************
 
   function:
-  last mod: $Id: encoder_internal.h,v 1.14 2003/06/10 01:31:33 tterribe Exp $
+  last mod: $Id: encoder_internal.h,v 1.15 2003/09/29 14:36:44 giles Exp $
 
  ********************************************************************/
 
@@ -645,9 +645,6 @@
 
 } CP_INSTANCE;
 
-static ogg_int32_t andmask[2]={0xff,0x00};
-static ogg_int32_t ormask[4]={0x00,0xff,0xff,0xff};
-
 #define clamp255(x) ((unsigned char)((((x)<0)-1) & ((x) | -((x)>255))))
 
 extern void ConfigurePP( PP_INSTANCE *ppi, int Level ) ;

<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