Simplify StaySequential operation (#4074)

This commit is contained in:
Kleis Auke Wolthuizen
2024-04-19 15:47:49 +02:00
committed by GitHub
parent 36e60bf040
commit aa8bc19362
4 changed files with 20 additions and 21 deletions

View File

@@ -386,7 +386,7 @@ namespace sharp {
/*
Ensure decoding remains sequential.
*/
VImage StaySequential(VImage image, VipsAccess access, bool condition = TRUE);
VImage StaySequential(VImage image, bool condition = TRUE);
} // namespace sharp