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:
parent
4dbbc2d415
commit
a382359e65
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user