-
Notifications
You must be signed in to change notification settings - Fork 7
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
Possible false positive for heif file extension #81
Comments
Possibly we could just do something like:
I'm happy to propose that as a PR if it looks generally OK. |
I remember having questions about the text at the time I wrote the code. I ended up interpreting section C as HEVC only. First section C is named "High efficiency image ..." which looked like a reference to HEVC. In addition the references to C.1 in 1) the major brand and 2) the reference to B.2 which is HEVC specific. And finally Section E is specifically about AVC and doesn't reference "heif" at all (NB: my spec is not the latest one). The only element that goes in your direction is the "any coding format" in C.2. What do you think? @cconcolato An opinion on this? |
I agree E does not mention heif at all (and I have the final ed 2, 2022 version). It was the "any coding format" that made me think |
Describe the issue
I am trying to validate a file that (I hope) is close to compliant with ISO/IEC 23008-12:2022.
The CW results include some things that are likely actual issues, but this one might be a false positive:
To Reproduce
Steps to reproduce the behavior:
Detailed analysis
I think C.2 allows heif: "File extension(s): heif (for subtype heif), heic (for subtype heic), hif (for subtypes
heif and heic)"
Subtype heif should be valid for "High efficiency image file containing one or more image items using any coding format"
Potential patch
TBA
The text was updated successfully, but these errors were encountered: