don't test features in unminimise

This was circular: test features needed an unminimised stream, but
unminimise used to test features.
This commit is contained in:
John Cupitt 2019-12-05 10:35:15 +00:00
parent 4dbbc2d415
commit a382359e65

View File

@ -566,9 +566,6 @@ vips_streami_unminimise( VipsStreami *streami )
VIPS_DEBUG_MSG( "vips_streami_unminimise:\n" );
if( vips_streami_test_features( streami ) )
return( -1 );
if( stream->descriptor == -1 &&
stream->tracked_descriptor == -1 &&
stream->filename ) {