jp2k module - dont print ERR on llading if format wrong

this is normal - brute force trying loaders until one succeeds is
normal is etn doesnt help identify it or it fails the first
guess-by-extension. printing errors is not good as this is an ok and
EXPECTED error. slience!

@fix
This commit is contained in:
Carsten Haitzler 2017-10-16 08:42:13 +09:00
parent 93619ed0a6
commit 6cd3d4026c
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ evas_image_load_file_head_jp2k_internal(unsigned int *w, unsigned int *h,
if (cfmt == OPJ_CODEC_UNKNOWN)
{
ERR("jpeg200 file format invalid");
*error = EVAS_LOAD_ERROR_GENERIC;
return EINA_FALSE;
}