diff adx.c @ 5865:79a8fa9d763d libavcodec

remove useless debug func
author aurel
date Thu, 01 Nov 2007 18:03:26 +0000
parents 0fc269ea2919
children b1b3dd3324ae
line wrap: on
line diff
--- a/adx.c	Thu Nov 01 17:58:03 2007 +0000
+++ b/adx.c	Thu Nov 01 18:03:26 2007 +0000
@@ -265,19 +265,6 @@
     return offset;
 }
 
-#if 0
-static void dump(unsigned char *buf,size_t len)
-{
-    int i;
-    for(i=0;i<len;i++) {
-        if ((i&15)==0) av_log(NULL, AV_LOG_DEBUG, "%04x  ",i);
-        av_log(NULL, AV_LOG_DEBUG, "%02x ",buf[i]);
-        if ((i&15)==15) av_log(NULL, AV_LOG_DEBUG, "\n");
-    }
-    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)