[FFmpeg-soc] [soc]: r1265 - qcelp/qcelpdata.h

reynaldo subversion at mplayerhq.hu
Fri Aug 31 01:51:08 CEST 2007


Author: reynaldo
Date: Fri Aug 31 01:51:08 2007
New Revision: 1265

Log:
int was a bit too muchfor QCELPBitmap -- Another from  Michael's review

Modified:
   qcelp/qcelpdata.h

Modified: qcelp/qcelpdata.h
==============================================================================
--- qcelp/qcelpdata.h	(original)
+++ qcelp/qcelpdata.h	Fri Aug 31 01:51:08 2007
@@ -68,8 +68,8 @@ static const float    qcelp_hammsinc_tab
 
 typedef struct
 {
-    int index;  /*!< Index into the reference frame */
-    int bitpos; /*!< Bit position in the value's byte */
+    uint8_t index;  /*!< Index into the reference frame */
+    uint8_t bitpos; /*!< Bit position in the value's byte */
 } QCELPBitmap;
 
 



More information about the FFmpeg-soc mailing list