Skip to content
Snippets Groups Projects
Commit 21ffcb83 authored by Silas Della Contrada's avatar Silas Della Contrada
Browse files

Finished and tested QSV decoder

parent c9f749d0
No related branches found
No related tags found
1 merge request!2Resolve "QSV Decoder"
...@@ -67,7 +67,7 @@ int main(int argc, char *argv[]) { ...@@ -67,7 +67,7 @@ int main(int argc, char *argv[]) {
AVQt::IDecoder *videoDecoder; AVQt::IDecoder *videoDecoder;
#ifdef Q_OS_LINUX #ifdef Q_OS_LINUX
videoDecoder = new AVQt::DecoderVAAPI; videoDecoder = new AVQt::DecoderQSV;
#elif defined(Q_OS_WINDOWS) #elif defined(Q_OS_WINDOWS)
videoDecoder = new AVQt::DecoderDXVA2(); videoDecoder = new AVQt::DecoderDXVA2();
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment