more libjxl dbg output
This commit is contained in:
parent
9f01132466
commit
e52a0d3912
@ -212,6 +212,11 @@ vips_foreign_load_jxl_fill_input( VipsForeignLoadJxl *jxl,
|
||||
return( -1 );
|
||||
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 );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user