[trunk] Fix typo in comment (this is not j2k_dump)
This commit is contained in:
parent
f4707da97a
commit
5a70e97f51
|
@ -787,7 +787,7 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
/* Setup the decoder decoding parameters using user parameters */
|
/* Setup the decoder decoding parameters using user parameters */
|
||||||
if ( !opj_setup_decoder(l_codec, ¶meters) ){
|
if ( !opj_setup_decoder(l_codec, ¶meters) ){
|
||||||
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_stream_destroy_v3(l_stream);
|
||||||
opj_destroy_codec(l_codec);
|
opj_destroy_codec(l_codec);
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
|
|
Loading…
Reference in New Issue