Mercurial > libavcodec.hg
changeset 6780:6b0dfbe7b7f9 libavcodec
Remove unused defines from ra144.
Patch by Vitor Sessak (vitor1001 gmail com)
author | astrange |
---|---|
date | Sun, 11 May 2008 18:39:13 +0000 |
parents | a25842a4df43 |
children | 2f505f532aa8 |
files | ra144.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/ra144.c Sun May 11 18:14:30 2008 +0000 +++ b/ra144.c Sun May 11 18:39:13 2008 +0000 @@ -23,11 +23,6 @@ #include "bitstream.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 BLOCKSIZE 40 /* (quarter) block size in 16-bit words (80 bytes) */ #define HALFBLOCK 20 /* BLOCKSIZE/2 */