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

Syntax for MovieFragmentRandomAccessBox (mfro) #96

Open
bradh opened this issue Feb 29, 2024 · 0 comments
Open

Syntax for MovieFragmentRandomAccessBox (mfro) #96

bradh opened this issue Feb 29, 2024 · 0 comments

Comments

@bradh
Copy link

bradh commented Feb 29, 2024

ISO/IEC 14496-12 Section 8.8.11.2 has syntax statement:

aligned(8) class MovieFragmentRandomAccessOffsetBox
extends FullBox('mfro', version, 0) {
...
}

However there is no version dependency, nor any identification of allowed versions.

Suggest:

aligned(8) class MovieFragmentRandomAccessOffsetBox
extends FullBox('mfro', 0, 0) {
...
}
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

No branches or pull requests

1 participant