Commit 5b4cad4a authored by Michael Niedermayer's avatar Michael Niedermayer

j2k.h: remove disabled debug code

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ad194874
...@@ -194,14 +194,6 @@ typedef struct Jpeg2000Component { ...@@ -194,14 +194,6 @@ typedef struct Jpeg2000Component {
uint16_t coord[2][2]; // border coordinates {{x0, x1}, {y0, y1}} uint16_t coord[2][2]; // border coordinates {{x0, x1}, {y0, y1}}
} Jpeg2000Component; } 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 */ /* misc tools */
static inline int ff_jpeg2000_ceildivpow2(int a, int b) static inline int ff_jpeg2000_ceildivpow2(int a, int b)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment