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;
 
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to