Skip to content

Conversation

@Zaggy1024
Copy link
Contributor

This lets the FFmpeg H.264 decoder know when we've reached the end of the available data, so that it will output the remaining buffered video frames.

Not sure why it needs this signal to output the buffered frames, but surely there's a good reason. :^)

Fixes an issue where the second video on the Dioxus v0.7.0 release notes was not displaying the final few frames.

All our current demuxers have these constant for an entire track, so we
don't need to get them for every frame we output.
This is used by FFmpeg's H.264 decoder to determine when to output any
buffered frames after data runs out.
This lets the FFmpeg H.264 decoder know when we've reached the end of
the available data, so that it will output the remaining buffered video
frames.

Not sure why it needs this signal to output the buffered frames, but
surely there's a good reason. :^)
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

Successfully merging this pull request may close these issues.

1 participant