solve problem with input of image_to_j2k; using the right return type comparison for opj_stream_flush; add j2k_write_com_v2, j2k_write_poc_v2, j2k_write_eoc_v2 and j2k_write_tlm_v2
This commit is contained in:
		| @@ -1776,7 +1776,7 @@ int main(int argc, char **argv) { | ||||
| 		/* encode the destination image */ | ||||
| 		/* ---------------------------- */ | ||||
|  | ||||
| 		switch(parameters.decod_format) { | ||||
| 		switch(parameters.cod_format) { | ||||
| 			case J2K_CFMT:	/* JPEG-2000 codestream */ | ||||
| 			{ | ||||
| 				/* Get a decoder handle */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Mickael Savinaud
					Mickael Savinaud