Skip to content

Add Decoder::current_frame_info#226

Merged
197g merged 1 commit intomasterfrom
current-frame-info
Dec 3, 2025
Merged

Add Decoder::current_frame_info#226
197g merged 1 commit intomasterfrom
current-frame-info

Conversation

@197g
Copy link
Member

@197g 197g commented Dec 3, 2025

This can have use for borrow checking issues when it is not feasible to keep a reference to next_frame_info around but we also do not advance the decoder. Since both return references we have already promised that value to live in the decoder.

This can have use for borrow checking issues when it is not feasible to
keep a reference to `next_frame_info` around but we also do not advance
the decoder. Since both return references we have already promised that
value to live in the decoder.
@197g 197g merged commit a603ed1 into master Dec 3, 2025
13 checks passed
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