Avoid HEVC on GPUs using hybrid decoding. Fixes #14

This commit is contained in:
Cameron Gutman
2018-07-31 18:09:09 -07:00
parent 4e82ea298e
commit 141ee11e2f
2 changed files with 102 additions and 0 deletions
@@ -24,6 +24,7 @@ public:
private:
bool initializeDecoder();
bool initializeRenderer();
bool isDecoderBlacklisted();
static
AVBufferRef* ffPoolAlloc(void* opaque, int size);