diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-09-11 08:13:23 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-09-11 08:13:23 +0000 |
commit | 36b3e36e00f2ec34eacdb81e9b93e95185532fff (patch) | |
tree | 0f0d6dd56b14c4cf47fe668d6133436da38a1c74 /libavcodec/ra288.h | |
parent | 77298e99b78e268f8e0b7ba8aa5203eeb0e84729 (diff) | |
download | ffmpeg-36b3e36e00f2ec34eacdb81e9b93e95185532fff.tar.gz |
misc spelling/wording/grammar fixes
Originally committed as revision 15296 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ra288.h')
-rw-r--r-- | libavcodec/ra288.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/ra288.h b/libavcodec/ra288.h index 669860aaad..df96b40299 100644 --- a/libavcodec/ra288.h +++ b/libavcodec/ra288.h @@ -126,7 +126,7 @@ static const float gain_window[38]={ 0.183868408, 0.0923461914 }; -/** Synthesis bandwidth broadening table */ +/** synthesis bandwidth broadening table */ static const float syn_bw_tab[36]={ 0.98828125, 0.976699829, 0.965254128, 0.953942537, 0.942763507, 0.931715488, 0.920796931, 0.910006344, 0.899342179, 0.888803005, 0.878387332, 0.868093729, @@ -136,7 +136,7 @@ static const float syn_bw_tab[36]={ 0.693900526, 0.685768902, 0.677732527, 0.669790328, 0.66194123, 0.654184103 }; -/** Gain bandwidth broadening table */ +/** gain bandwidth broadening table */ static const float gain_bw_tab[10]={ 0.90625, 0.821289063, 0.74432373, 0.674499512, 0.61126709, 0.553955078, 0.50201416, 0.454956055, 0.41229248, 0.373657227 |