Add VDPAU renderer

This commit is contained in:
Cameron Gutman
2018-08-03 02:11:44 -07:00
parent 2853e498b0
commit fca402138f
8 changed files with 384 additions and 6 deletions
@@ -38,10 +38,6 @@ public:
virtual void renderFrame(AVFrame* frame);
private:
static
enum AVPixelFormat ffGetFormat(AVCodecContext*,
const enum AVPixelFormat* pixFmts);
Window m_XWindow;
AVBufferRef* m_HwContext;
void* m_X11VaLibHandle;
@@ -51,4 +47,3 @@ private:
int m_DisplayWidth;
int m_DisplayHeight;
};