telegram/TMessagesProj/jni/voip/tgcalls/platform/darwin/DarwinFFMpeg.h

14 lines
325 B
C
Raw Normal View History

2025-11-22 14:04:28 +01:00
#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