[FFmpeg-soc] [soc]: r5565 - amr/amrnbdata.h

vitor subversion at mplayerhq.hu
Sun Jan 3 19:27:16 CET 2010


Author: vitor
Date: Sun Jan  3 19:27:16 2010
New Revision: 5565

Log:
Cosmetics: use lowercase in comments

Modified:
   amr/amrnbdata.h

Modified: amr/amrnbdata.h
==============================================================================
--- amr/amrnbdata.h	Sun Jan  3 19:26:47 2010	(r5564)
+++ amr/amrnbdata.h	Sun Jan  3 19:27:16 2010	(r5565)
@@ -34,9 +34,9 @@
 #include "libavutil/common.h"      /* offsetof */
 #include "libavutil/mathematics.h" /* M_PI */
 
-#define AMR_BLOCK_SIZE              160   ///< Samples per frame
-#define AMR_SUBFRAME_SIZE            40   ///< Samples per subframe
-#define AMR_SAMPLE_BOUND        32768.0   ///< Threshold for synthesis overflow
+#define AMR_BLOCK_SIZE              160   ///< samples per frame
+#define AMR_SUBFRAME_SIZE            40   ///< samples per subframe
+#define AMR_SAMPLE_BOUND        32768.0   ///< threshold for synthesis overflow
 
 /**
  * Scale from constructed speech to [-1,1]


More information about the FFmpeg-soc mailing list