diff options
| author | Antonin Descampe <antonin@gmail.com> | 2015-07-03 16:35:16 +0200 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2015-07-03 16:35:16 +0200 |
| commit | 14361eee248dffe61d0f5681a43608bdd6f95597 (patch) | |
| tree | 409c00f3c766b86682c73b630e1cc8a3d8e2b377 /src | |
| parent | c9e231508b3c816564cdefc9a20f5071a95f7665 (diff) | |
commented out a printf line
Diffstat (limited to 'src')
| -rw-r--r-- | src/bin/jp2/convert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/jp2/convert.c b/src/bin/jp2/convert.c index e6346ea9..9868ce36 100644 --- a/src/bin/jp2/convert.c +++ b/src/bin/jp2/convert.c @@ -2961,7 +2961,7 @@ int imagetopng(opj_image_t * image, const char *write_idf) { png_set_packing(png); } -printf("%s:%d:sgnd(%d,%d,%d) w(%d) h(%d) alpha(%d)\n",__FILE__,__LINE__, +// printf("%s:%d:sgnd(%d,%d,%d) w(%d) h(%d) alpha(%d)\n",__FILE__,__LINE__, image->comps[0].sgnd, image->comps[1].sgnd,image->comps[2].sgnd,width,height,has_alpha); |
