[FFmpeg-cvslog] r14974 - trunk/libavcodec/g729data.h

voroshil subversion
Tue Aug 26 09:13:43 CEST 2008


Author: voroshil
Date: Tue Aug 26 09:13:43 2008
New Revision: 14974

Log:
(cosmetics) Align comments consistently.


Modified:
   trunk/libavcodec/g729data.h

Modified: trunk/libavcodec/g729data.h
==============================================================================
--- trunk/libavcodec/g729data.h	(original)
+++ trunk/libavcodec/g729data.h	Tue Aug 26 09:13:43 2008
@@ -24,8 +24,7 @@
 
 #include <stdint.h>
 
-/// Moving Average (MA) prediction order
-#define MA_NP                      4
+#define MA_NP                4  ///< Moving Average (MA) prediction order
 
 #define VQ_1ST_BITS          7  ///< first stage vector of quantizer (size in bits)
 #define VQ_2ND_BITS          5  ///< second stage vector of quantizer (size in bits)




More information about the ffmpeg-cvslog mailing list