Use of OPJ_PATH_LEN (defined as 4096) to be the maximum allowed size for filenames...
authorFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>
Tue, 30 Jan 2007 10:51:29 +0000 (10:51 +0000)
committerFrancois-Olivier Devaux <fodevaux@users.noreply.github.com>
Tue, 30 Jan 2007 10:51:29 +0000 (10:51 +0000)
commita6d737721317691cdec1bb078eca8c93a7313379
tree79a968921fbb47ddd66e7f4566b91aade24f6569
parentd48feb45fc7427e578b95c8844814e23d1999dac
Use of OPJ_PATH_LEN (defined as 4096) to be the maximum allowed size for filenames instead of MAX_PATH which is not always defined. This caused some programs using OpenJPEG to crash. Modifications in openjpeg.h j2k_to_image.c and image_to_j2k.c
ChangeLog
codec/image_to_j2k.c
codec/j2k_to_image.c
libopenjpeg/openjpeg.h