changeset 7107:1d9f28fe9bd3 libavcodec

Document defines better
author vitor
date Mon, 23 Jun 2008 20:24:06 +0000
parents 709ee2a35813
children e02e62ffe510
files ra144.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ra144.c	Mon Jun 23 20:20:29 2008 +0000
+++ b/ra144.c	Mon Jun 23 20:24:06 2008 +0000
@@ -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 {