[trunk] Fix typo in comment (this is not j2k_dump)
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Mon, 24 Mar 2014 09:49:04 +0000 (09:49 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Mon, 24 Mar 2014 09:49:04 +0000 (09:49 +0000)
src/bin/jp2/opj_decompress.c

index aded199661d4a2e306eb0d662427d56d894c7948..661a00f719ae43e24b0ddbac18c53bc50e8e5d60 100644 (file)
@@ -787,7 +787,7 @@ int main(int argc, char **argv)
 
                /* Setup the decoder decoding parameters using user parameters */
                if ( !opj_setup_decoder(l_codec, &parameters) ){
-                       fprintf(stderr, "ERROR -> j2k_dump: failed to setup the decoder\n");
+                       fprintf(stderr, "ERROR -> opj_compress: failed to setup the decoder\n");
                        opj_stream_destroy_v3(l_stream);
                        opj_destroy_codec(l_codec);
                        return EXIT_FAILURE;