Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/test write box #12

Merged
merged 11 commits into from
Jul 29, 2020
Merged

Feature/test write box #12

merged 11 commits into from
Jul 29, 2020

Conversation

ian-spoonradio
Copy link
Contributor

  • Add test code for all leaves in box tree
  • Remove entry_count that is duplicated with entries.len()

@alfg alfg merged commit 4df9fa1 into alfg:master Jul 29, 2020
@alfg
Copy link
Owner

alfg commented Jul 29, 2020

Thank you! 👍

@@ -20,3 +20,4 @@ license = "MIT"
[dependencies]
thiserror = "^1.0"
byteorder = "1"
num-rational = "0.3"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just missed this. But this means Cargo.lock needs an update too, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I wasn't aware it wasn't recommended for libraries. I've removed the Cargo.lock and added it to .gitignore. Thanks for the clarification.

@ian-spoonradio ian-spoonradio deleted the feature/test-write-box branch July 29, 2020 05:06
jprochazk pushed a commit to jprochazk/mp4 that referenced this pull request Sep 18, 2024
* Add ReadBox trait

* Add boxtype macro

* Remove offset in BoxHeader

* Fix parsing error when box has largesize

* Remove duplicated codes reading version and flags

* Add test code for all leaves in box tree

* Remove entry_count that is duplacated with entries.len()

* Change volume type to Ratio<u16>

Co-authored-by: Byungwan Jun <unipro.kr@gmail.com>
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.

3 participants