telegram/TMessagesProj/jni/voip/tgcalls/platform/darwin/DarwinFFMpeg.h
2025-11-22 14:04:28 +01: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