Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decoder hwaccel flag is too simplified #101

Open
fda0 opened this issue Jun 14, 2022 · 0 comments
Open

Decoder hwaccel flag is too simplified #101

fda0 opened this issue Jun 14, 2022 · 0 comments

Comments

@fda0
Copy link
Contributor

fda0 commented Jun 14, 2022

Recent commit 5504d7b simplifies how hwaccel flag works. Now it is a boolean. Unfortunately this leaves less control for the end user and can lead to problems.

For example we target CUDA in our code and if we set environment variables like: DISPLAY=:0 it will assume 'vdpau' as our hardware target.

Having a possibility to specify 'cuda' manually would be less error prone for us.
Simply reverting that commit would fix our issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant