Change the immutable frames array

This commit is contained in:
DreamPiggy 2023-01-17 16:18:17 +08:00
parent 985c84be75
commit 0bdb7865c7
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ static const CGFloat kDestSeemOverlap = 2.0f; // the numbers of pixels to over
}
#endif
return frames;
return [frames copy];
}
+ (CGColorSpaceRef)colorSpaceGetDeviceRGB {