Commit d2e90a82 authored by diego's avatar diego

cosmetics: small spelling fixes


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15755 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 92175c47
......@@ -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[4] = { -0.006822, 0.041249, -0.143459,
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment