ZaStoGram/TMessagesProj/jni/voip/tgcalls/platform/darwin/DarwinFFMpeg.h
2025-05-01 02:05:36 +04:00

13 lines
325 B
C++

#ifndef TGCALLS_DARWIN_FFMPEG_H
#define TGCALLS_DARWIN_FFMPEG_H
#include "platform/PlatformInterface.h"
namespace tgcalls {
void setupDarwinVideoDecoding(AVCodecContext *codecContext);
webrtc::scoped_refptr<webrtc::VideoFrameBuffer> createDarwinPlatformFrameFromData(AVFrame const *frame);
} // namespace tgcalls
#endif