[FFmpeg-cvslog] r13921 - trunk/libavcodec/ra144.c
vitor
subversion
Mon Jun 23 22:24:06 CEST 2008
Author: vitor
Date: Mon Jun 23 22:24:06 2008
New Revision: 13921
Log:
Document defines better
Modified:
trunk/libavcodec/ra144.c
Modified: trunk/libavcodec/ra144.c
==============================================================================
--- trunk/libavcodec/ra144.c (original)
+++ trunk/libavcodec/ra144.c Mon Jun 23 22:24:06 2008
@@ -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 {
More information about the ffmpeg-cvslog
mailing list