Expose duration_is_empty and default_base_is_moof flags on Tfhd#151
Expose duration_is_empty and default_base_is_moof flags on Tfhd#151alexkirsz wants to merge 1 commit intokixelated:mainfrom
Conversation
These boolean flags were defined in the ext! macro but silently discarded during decoding and defaulted to false during encoding, making it impossible to set default_base_is_moof without manually patching encoded bytes. Closes kixelated#148 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
WalkthroughThis pull request adds two new boolean fields ( 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
These boolean flags were defined in the ext! macro but silently discarded during decoding and defaulted to false during encoding, making it impossible to set default_base_is_moof without manually patching encoded bytes.
Closes #148