warn-- for new jpect color conversion modes - default case.

SVN revision: 79311
This commit is contained in:
Carsten Haitzler 2012-11-15 04:31:33 +00:00
parent b8ad8ae5fe
commit 7873cc2124
1 changed files with 14 additions and 11 deletions

View File

@ -633,6 +633,9 @@ evas_image_load_file_data_jpeg_internal(Image_Entry *ie,
case JCS_YCCK:
cinfo.out_color_space = JCS_CMYK;
break;
default:
cinfo.out_color_space = JCS_RGB;
break;
}
/* head decoding */