summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/adpcm.h')
-rw-r--r--libavcodec/adpcm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/adpcm.h b/libavcodec/adpcm.h
index dc0d49ac61..0ffc3da1d0 100644
--- a/libavcodec/adpcm.h
+++ b/libavcodec/adpcm.h
@@ -28,8 +28,6 @@
#include <stdint.h>
-#define BLKSIZE 1024
-
typedef struct ADPCMChannelStatus {
int predictor;
int16_t step_index;