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

Use SDL_conds for output syncing #40

Open
katajakasa opened this issue Jun 28, 2018 · 0 comments
Open

Use SDL_conds for output syncing #40

katajakasa opened this issue Jun 28, 2018 · 0 comments
Milestone

Comments

@katajakasa
Copy link
Owner

Right now the decoder thread just uses SDL_Delay to make sure that the thread does not use all resources. Instead we should use SDL_cond to signal the thread to decode more when there is room in output buffers.

@katajakasa katajakasa modified the milestones: 1.1.0, 1.0.1, 2.0.0 Jun 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant