Browse Source

cosmetics: small spelling fixes

Originally committed as revision 15755 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 16 years ago
parent
commit
88df35d3e8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/qcelpdata.h

+ 2
- 2
libavcodec/qcelpdata.h View File

@@ -26,7 +26,7 @@


/** /**
* pre-calculated table for hammsinc function * 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 * TIA/EIA/IS-733 2.4.5.2-2/3
*/ */
@@ -34,7 +34,7 @@ static const float qcelp_hammsinc_table[4] = { -0.006822, 0.041249, -0.143459,


typedef struct { typedef struct {
uint8_t index; /*!< index into the QCELPContext structure */ 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 */ uint8_t bitlen; /*!< number of bits to read */
} QCELPBitmap; } QCELPBitmap;




Loading…
Cancel
Save