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
Document that get_picture() should be called only once per submitted input frame
Otherwise the decoder can't make best use of frame threading and will
also more likely run into a race condition in dav1d that causes a
deadlock.
Instead calling it in a loop should only happen at the very end to drain
all pending frames.
Update the example accordingly.
Fixes#72
0 commit comments