diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-10-30 22:11:30 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-10-30 22:11:30 +0000 |
commit | 88df35d3e8fe8a8518ecd2aa9264b45b264f82d4 (patch) | |
tree | 7680719373f68f8986dd4bc8b8175d25c648d4b1 /libavcodec/qcelpdata.h | |
parent | 1fb0d4b8a65bc0b631ea2afdb2e0b80800efe82f (diff) | |
download | ffmpeg-88df35d3e8fe8a8518ecd2aa9264b45b264f82d4.tar.gz |
cosmetics: small spelling fixes
Originally committed as revision 15755 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/qcelpdata.h')
-rw-r--r-- | libavcodec/qcelpdata.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/qcelpdata.h b/libavcodec/qcelpdata.h index c07c4e0dea..cf54c811bf 100644 --- a/libavcodec/qcelpdata.h +++ b/libavcodec/qcelpdata.h @@ -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; |