diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-05-26 17:58:44 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-26 18:07:49 +0200 |
commit | 5b4cad4a64eb57ecd448d3d761a837bc5198b3b2 (patch) | |
tree | 3659f0b57c4a83d6222446ef335bb70b96fb04a4 | |
parent | ad194874ee359208c63a4245571c2a8b12db8d70 (diff) | |
download | ffmpeg-5b4cad4a64eb57ecd448d3d761a837bc5198b3b2.tar.gz |
j2k.h: remove disabled debug code
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/j2k.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/j2k.h b/libavcodec/j2k.h index 4e8d05606a..73c99b4fc4 100644 --- a/libavcodec/j2k.h +++ b/libavcodec/j2k.h @@ -194,14 +194,6 @@ typedef struct Jpeg2000Component { uint16_t coord[2][2]; // border coordinates {{x0, x1}, {y0, y1}} } Jpeg2000Component; -/* debug routines */ -#if 0 -#undef fprintf -#undef printf -void ff_j2k_printv(int *tab, int l); -void ff_j2k_printu(uint8_t *tab, int l); -#endif - /* misc tools */ static inline int ff_jpeg2000_ceildivpow2(int a, int b) { |