Commit 564e48ff authored by vitor's avatar vitor

Document defines better

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13921 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2db3bb4b
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment