mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-06 17:00:13 +00:00
Fix build
This commit is contained in:
parent
10c87a2057
commit
7dd7386068
@ -243,7 +243,7 @@ const CGFloat TGGifConverterMaximumSide = 720.0f;
|
||||
CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB();
|
||||
|
||||
CVPixelBufferRef pxBuffer = NULL;
|
||||
CVReturn status = kCVReturnSuccess;
|
||||
__unused CVReturn status = kCVReturnSuccess;
|
||||
|
||||
if (pixelBufferPool)
|
||||
status = CVPixelBufferPoolCreatePixelBuffer(kCFAllocatorDefault, pixelBufferPool, &pxBuffer);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user