You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: