13 lines
325 B
C++
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
|