aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-05-11 18:39:13 +0000
committerAlexander Strange <astrange@ithinksw.com>2008-05-11 18:39:13 +0000
commitcd780422e192b610eb7cd6a3beaa515be6028c74 (patch)
treee02ba4637546b389ac62b0311dbe19cd3d992a29 /libavcodec
parent6827f6f216220f8d06e6229c86063036611937f6 (diff)
downloadffmpeg-cd780422e192b610eb7cd6a3beaa515be6028c74.tar.gz
Remove unused defines from ra144.
Patch by Vitor Sessak (vitor1001 gmail com) Originally committed as revision 13122 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/ra144.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c
index edbb70215b..e7c39ab737 100644
--- a/libavcodec/ra144.c
+++ b/libavcodec/ra144.c
@@ -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 */