intel / libvpl

Intel® Video Processing Library (Intel® VPL) API, dispatcher, and examples
https://intel.github.io/libvpl/
MIT License
262 stars 80 forks source link

Restrict thread number to 2 in a query session #65

Closed xhaihao closed 1 year ago

xhaihao commented 1 year ago

The session is created for query only, so it needn't too many threads

jonrecker commented 1 year ago

Changes merged for Linux (a45ae0f, da09064). Support for mfxExtThreadsParam was enabled later on Windows, so we may need additional logic to check RT version first. Will follow up with another commit.