Mercurial > libavcodec.hg
diff adx.c @ 2522:e25782262d7d libavcodec
kill warnings patch by (M?ns Rullg?rd <mru inprovide com>)
| author | michael |
|---|---|
| date | Thu, 24 Feb 2005 19:08:50 +0000 |
| parents | 932d306bf1dc |
| children | ef2149182f1c |
line wrap: on
line diff
--- a/adx.c Thu Feb 24 16:39:03 2005 +0000 +++ b/adx.c Thu Feb 24 19:08:50 2005 +0000 @@ -314,6 +314,7 @@ return 0; } +#if 0 static void dump(unsigned char *buf,size_t len) { int i; @@ -324,6 +325,8 @@ } 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)
