[FFmpeg-cvslog] r11138 - trunk/libavcodec/dcadata.h

reimar subversion
Sun Dec 2 23:04:22 CET 2007


Author: reimar
Date: Sun Dec  2 23:04:21 2007
New Revision: 11138

Log:
Some spelling fixes in comments


Modified:
   trunk/libavcodec/dcadata.h

Modified: trunk/libavcodec/dcadata.h
==============================================================================
--- trunk/libavcodec/dcadata.h	(original)
+++ trunk/libavcodec/dcadata.h	Sun Dec  2 23:04:21 2007
@@ -7314,7 +7314,7 @@ static const float fir_32bands_nonperfec
 +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] = {




More information about the ffmpeg-cvslog mailing list