summaryrefslogtreecommitdiff
path: root/libavcodec/adx.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/adx.c')
-rw-r--r--libavcodec/adx.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/adx.c b/libavcodec/adx.c
index e41a757266..a52575c13f 100644
--- a/libavcodec/adx.c
+++ b/libavcodec/adx.c
@@ -314,6 +314,7 @@ static int adx_decode_init(AVCodecContext * avctx)
return 0;
}
+#if 0
static void dump(unsigned char *buf,size_t len)
{
int i;
@@ -324,6 +325,8 @@ static void dump(unsigned char *buf,size_t len)
}
av_log(NULL, AV_LOG_ERROR, "\n");
}
+#endif
+
static int adx_decode_frame(AVCodecContext *avctx,
void *data, int *data_size,
uint8_t *buf0, int buf_size)