Drop hlg for now

For some reason, roundtrip tests  with the hlg tf are failing,
so we don't support it.
This commit is contained in:
Matthias Clasen 2024-07-24 17:53:12 -06:00
parent d8775d0194
commit 5f2e70df8e

View File

@ -632,10 +632,13 @@ gdk_color_state_new_for_cicp (const GdkCicp *cicp,
eotf = pq_eotf;
oetf = pq_oetf;
break;
#if 0
/* round-trip tests for hlg are failing, for some reason */
case 18:
eotf = hlg_eotf;
oetf = hlg_oetf;
break;
#endif
default:
g_set_error (error,
G_IO_ERROR, G_IO_ERROR_FAILED,