Remove dead code in opj_dump
This commit is contained in:
parent
5c5ae1d51a
commit
5e5f6999a8
|
@ -433,12 +433,6 @@ int main(int argc, char *argv[])
|
|||
img_fol_t img_fol;
|
||||
dircnt_t *dirptr = NULL;
|
||||
|
||||
#ifdef MSD
|
||||
OPJ_BOOL l_go_on = OPJ_TRUE;
|
||||
OPJ_UINT32 l_max_data_size = 1000;
|
||||
OPJ_BYTE * l_data = (OPJ_BYTE *) malloc(1000);
|
||||
#endif
|
||||
|
||||
/* Set decoding parameters to default values */
|
||||
opj_set_default_decoder_parameters(¶meters);
|
||||
|
||||
|
|
Loading…
Reference in New Issue