[MPlayer-cvslog] CVS: main/tremor os_types.h,1.3,1.4
    Jindrich Makovicka CVS 
    syncmail at mplayerhq.hu
       
    Sun Apr 24 09:43:43 CEST 2005
    
    
  
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main/tremor
In directory mail:/var2/tmp/cvs-serv21470
Modified Files:
	os_types.h 
Log Message:
16-bit unsigned (needed by Theora exp.)
Index: os_types.h
===================================================================
RCS file: /cvsroot/mplayer/main/tremor/os_types.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- os_types.h	4 Jan 2005 15:18:07 -0000	1.3
+++ os_types.h	24 Apr 2005 07:43:41 -0000	1.4
@@ -36,6 +36,7 @@
    typedef int64_t ogg_int64_t;
    typedef int32_t ogg_int32_t;
    typedef uint32_t ogg_uint32_t;
+   typedef uint16_t ogg_uint16_t;
    typedef int16_t ogg_int16_t;
 
 #endif  /* _OS_TYPES_H */
    
    
More information about the MPlayer-cvslog
mailing list