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
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
This is caused by to_ffi_planar_ycbycr_images() failing to retrieve a buffer for video frames because I forgot to include the "return" keyword in my definition of RustBufferAllocator::Allocate(). Yay unsafe code.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
All I see is an empty application window when running the test player on OSX.
The output says:
Rendered 0 frames in 5.934178627001529 seconds; 0 fps
.I believe the regression was introduce with #131 as reverting to a previous commit makes everything work as expected.
The text was updated successfully, but these errors were encountered: