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

AuxiliaryTypeProperty syntax #88

Open
podborski opened this issue Jan 24, 2024 · 1 comment
Open

AuxiliaryTypeProperty syntax #88

podborski opened this issue Jan 24, 2024 · 1 comment
Labels

Comments

@podborski
Copy link
Member

podborski commented Jan 24, 2024

In HEIF we have this definition:

aligned(8) class AuxiliaryTypeProperty
extends ItemFullProperty('auxC', version = 0, flags) {
	string aux_type;
	template unsigned int(8) aux_subtype[];
		// until the end of the box, the semantics depend on the aux_type value
}

Here the template keyword is not needed as there is no default value specified (see ISOBMFF spec).
Also do we define the string anywhere? I could not find it.

@podborski podborski added the HEIF label Jan 24, 2024
@cconcolato
Copy link
Contributor

We define utf8string and utfstring (for UTF-8 or 16) but not string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants