summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorVladimir Voroshilov <voroshil@gmail.com>2008-08-26 07:13:43 +0000
committerVladimir Voroshilov <voroshil@gmail.com>2008-08-26 07:13:43 +0000
commitef1bc972ddf483e9938bd52a62a75c9ed217d522 (patch)
treefad22b642338cc29dbb2dda802cd15761e3fb1c7 /libavcodec
parent7ad909bd59ef97df8ed349c3d0a6a3a3f165542d (diff)
(cosmetics) Align comments consistently.
Originally committed as revision 14974 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/g729data.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/g729data.h b/libavcodec/g729data.h
index ee140a81b5..6c73952631 100644
--- a/libavcodec/g729data.h
+++ b/libavcodec/g729data.h
@@ -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)