Add VAAPI support to Qt GUI (Fix #26) (#205)

This commit is contained in:
Łukasz Siudut 2020-04-22 09:57:18 +01:00 committed by GitHub
commit 8c651b0890
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 269 additions and 40 deletions

View file

@ -49,6 +49,7 @@ class ChiakiException: public Exception
struct StreamSessionConnectInfo
{
QMap<Qt::Key, int> key_map;
HardwareDecodeEngine hw_decode_engine;
uint32_t log_level_mask;
QString log_file;
QString host;