diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-12-02 22:04:21 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2007-12-02 22:04:21 +0000 |
commit | 77777f0dd8660871ea7576f800bee29e0f440f4c (patch) | |
tree | f08a00f2167425c8baa78807c0a3d9e542d52fdc | |
parent | 73a727f3693185f2d143b1a797dc60f4c305d86e (diff) | |
download | ffmpeg-77777f0dd8660871ea7576f800bee29e0f440f4c.tar.gz |
Some spelling fixes in comments
Originally committed as revision 11138 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/dcadata.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/dcadata.h b/libavcodec/dcadata.h index 892a88dad2..40e78360dc 100644 --- a/libavcodec/dcadata.h +++ b/libavcodec/dcadata.h @@ -7314,7 +7314,7 @@ static const float fir_32bands_nonperfect[] = +1.390191784E-007 }; -//FIXME the coeffs are symetric +//FIXME the coeffs are symmetric static const float lfe_fir_64[] = { 2.6584343868307770E-004, @@ -7831,7 +7831,7 @@ static const float lfe_fir_64[] = 2.6584343868307770E-004 }; -//FIXME the coeffs are symetric +//FIXME the coeffs are symmetric static const float lfe_fir_128[] = { @@ -8349,7 +8349,7 @@ static const float lfe_fir_128[] = 0.00053168571 }; -/* 10^-(dB/20), with dB beeing a list of dB values rangeing from 0 to -72 */ +/* 10^-(dB/20), with dB being a list of dB values ranging from 0 to -72 */ /* do a 20*log10(dca_downmix_coeffs) to reconvert the values */ static const float dca_downmix_coeffs[65] = { |