Commit 66c1ecc3 authored by astrange's avatar astrange

Remove unused defines from ra144.

Patch by Vitor Sessak (vitor1001 gmail com)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13122 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2530ca68
...@@ -23,11 +23,6 @@ ...@@ -23,11 +23,6 @@
#include "bitstream.h" #include "bitstream.h"
#include "ra144.h" #include "ra144.h"
#define DATABLOCK1 20 /* size of 14.4 input block in bytes */
#define DATACHUNK1 1440 /* size of 14.4 input chunk in bytes */
#define AUDIOBLOCK 160 /* size of output block in 16-bit words (320 bytes) */
#define AUDIOBUFFER 12288 /* size of output buffer in 16-bit words (24576 bytes) */
/* consts */
#define NBLOCKS 4 /* number of segments within a block */ #define NBLOCKS 4 /* number of segments within a block */
#define BLOCKSIZE 40 /* (quarter) block size in 16-bit words (80 bytes) */ #define BLOCKSIZE 40 /* (quarter) block size in 16-bit words (80 bytes) */
#define HALFBLOCK 20 /* BLOCKSIZE/2 */ #define HALFBLOCK 20 /* BLOCKSIZE/2 */
......
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