Pass RFI flags to decoder

This commit is contained in:
Cameron Gutman
2018-08-25 13:36:54 -07:00
parent 9be9934b8c
commit b7cbec0b1c
3 changed files with 51 additions and 2 deletions
+4
View File
@@ -25,6 +25,10 @@ public:
bool isHardwareDecodeAvailable(StreamingPreferences::VideoDecoderSelection vds,
int videoFormat, int width, int height, int frameRate);
static
int getDecoderCapabilities(StreamingPreferences::VideoDecoderSelection vds,
int videoFormat, int width, int height, int frameRate);
signals:
void stageStarting(QString stage);