summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-06-23 20:24:06 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-06-23 20:24:06 +0000
commitc17fd98cdcf4eb10a9f6fa7be398690d06d8efe3 (patch)
treeeec271b151ddba4a51fb9bc76b64eace2df55156 /libavcodec/ra144.c
parentc31333e10749e60040c2ca5d66d1cc12d8bc851a (diff)
Document defines better
Originally committed as revision 13921 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ra144.c')
-rw-r--r--libavcodec/ra144.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c
index d94bbec1e1..c162e76a81 100644
--- a/libavcodec/ra144.c
+++ b/libavcodec/ra144.c
@@ -23,9 +23,9 @@
#include "bitstream.h"
#include "ra144.h"
-#define NBLOCKS 4 /* number of segments within a block */
-#define BLOCKSIZE 40 /* (quarter) block size in 16-bit words (80 bytes) */
-#define BUFFERSIZE 146 /* for do_output */
+#define NBLOCKS 4 ///< number of subblocks within a block
+#define BLOCKSIZE 40 ///< subblock size in 16-bit words
+#define BUFFERSIZE 146 ///< the size of the adaptive codebook
typedef struct {