Remove printf/fprintf to stdout/stderr throughout openjp2 lib
[openjpeg.git] / src / lib / openjp2 / openjpeg.c
index d5ffb7106934e2685198e9c21c4de0bf3c2c1d7f..5114cc1086d368ec4714c85aabd29e29e39ee8cc 100644 (file)
@@ -866,7 +866,8 @@ void OPJ_CALLCONV opj_dump_codec(   opj_codec_t *p_codec,
                return;
        }
 
-       fprintf(stderr, "[ERROR] Input parameter of the dump_codec function are incorrect.\n");
+       /* TODO return error */
+       /* fprintf(stderr, "[ERROR] Input parameter of the dump_codec function are incorrect.\n"); */
        return;
 }