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