Remove custom VAAPI logging functions

This commit is contained in:
Cameron Gutman
2018-08-11 20:32:28 -07:00
parent f1ee1eeb63
commit d3c2f50b20
2 changed files with 0 additions and 16 deletions
@@ -38,9 +38,6 @@ public:
virtual void renderFrame(AVFrame* frame);
private:
static void vaapiLogError(void*, const char *message);
static void vaapiLogInfo(void*, const char *message);
int m_WindowSystem;
AVBufferRef* m_HwContext;