more libjxl dbg output

This commit is contained in:
John Cupitt 2021-05-15 13:37:19 +01:00
parent 9f01132466
commit e52a0d3912

View File

@ -212,6 +212,11 @@ vips_foreign_load_jxl_fill_input( VipsForeignLoadJxl *jxl,
return( -1 ); return( -1 );
jxl->bytes_in_buffer = bytes_read + bytes_remaining; jxl->bytes_in_buffer = bytes_read + bytes_remaining;
#ifdef DEBUG_VERBOSE
printf( "vips_foreign_load_jxl_fill_input: %zd bytes read\n",
bytes_read );
#endif /*DEBUG_VERBOSE*/
return( 0 ); return( 0 );
} }