mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-29 22:50:42 +00:00
9 lines
246 B
Objective-C
Executable File
9 lines
246 B
Objective-C
Executable File
#ifndef FrameConverter_h
|
|
#define FrameConverter_h
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
void fillDstPlane(uint8_t * _Nonnull dstPlane, uint8_t * _Nonnull srcPlane1, uint8_t * _Nonnull srcPlane2, size_t srcPlaneSize);
|
|
|
|
#endif /* FrameConverter_h */
|