mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-07 01:10:09 +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();
|
CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB();
|
||||||
|
|
||||||
CVPixelBufferRef pxBuffer = NULL;
|
CVPixelBufferRef pxBuffer = NULL;
|
||||||
CVReturn status = kCVReturnSuccess;
|
__unused CVReturn status = kCVReturnSuccess;
|
||||||
|
|
||||||
if (pixelBufferPool)
|
if (pixelBufferPool)
|
||||||
status = CVPixelBufferPoolCreatePixelBuffer(kCFAllocatorDefault, pixelBufferPool, &pxBuffer);
|
status = CVPixelBufferPoolCreatePixelBuffer(kCFAllocatorDefault, pixelBufferPool, &pxBuffer);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user