diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2008-11-21 17:38:14 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2008-11-21 17:38:14 +0000 |
commit | 31fb59ec98838a15b45b50c6f8a16733be86e208 (patch) | |
tree | 0a2f84e047190245fb40379e80a507b042a03039 /libavcodec | |
parent | 3c54686885a92708839f18f32720573e5343ce3b (diff) | |
download | ffmpeg-31fb59ec98838a15b45b50c6f8a16733be86e208.tar.gz |
Cosmetic: Fix typo
Spotted by Jethro Walters
Originally committed as revision 15900 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/qcelpdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qcelpdata.h b/libavcodec/qcelpdata.h index b50e030ade..6916b95a0e 100644 --- a/libavcodec/qcelpdata.h +++ b/libavcodec/qcelpdata.h @@ -480,7 +480,7 @@ static const int8_t qcelp_rate_half_codebook[128] = { * table for impulse response of BPF used to filter * the white excitation for framerate 1/4 synthesis * - * Only half the tables are needed because of symetry. + * Only half the tables are needed because of symmetry. * * TIA/EIA/IS-733 2.4.8.1.2-1.1 */ |