[FFmpeg-cvslog] r15755 - trunk/libavcodec/qcelpdata.h

diego subversion
Thu Oct 30 23:11:30 CET 2008


Author: diego
Date: Thu Oct 30 23:11:30 2008
New Revision: 15755

Log:
cosmetics: small spelling fixes


Modified:
   trunk/libavcodec/qcelpdata.h

Modified: trunk/libavcodec/qcelpdata.h
==============================================================================
--- trunk/libavcodec/qcelpdata.h	(original)
+++ trunk/libavcodec/qcelpdata.h	Thu Oct 30 23:11:30 2008
@@ -26,7 +26,7 @@
 
 /**
  * pre-calculated table for hammsinc function
- * Only half of the tables is needed because of symetry.
+ * Only half of the table is needed because of symmetry.
  *
  * TIA/EIA/IS-733 2.4.5.2-2/3
  */
@@ -34,7 +34,7 @@ static const float qcelp_hammsinc_table[
 
 typedef struct {
     uint8_t index;  /*!< index into the QCELPContext structure */
-    uint8_t bitpos; /*!< position of the lowet bit in the value's byte */
+    uint8_t bitpos; /*!< position of the lowest bit in the value's byte */
     uint8_t bitlen; /*!< number of bits to read */
 } QCELPBitmap;
 




More information about the ffmpeg-cvslog mailing list