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
- Revert the `avcc_params`/`hvcc_params` delegation: the new typed `Avcc`/`Hvcc`
parsers stay for moq-rtc, but the existing pub(crate) flatteners that MPEG-TS
export relies on are restored verbatim, so ts/export output is byte-identical
(the delegation had silently dropped non-VPS/SPS/PPS hvcC arrays and could
reorder them). Also drops a duplicated doc comment.
- Add `#[non_exhaustive]` to the public `server::Config` / `client::Config` so
future fields stay additive; build them via `Default` + field assignment.
- Document the public `codec::{h264,vp8,vp9,opus}::Bridge` items.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments