Brad Hards

Results 306 comments of Brad Hards

Not sure this is one of mine...

OK. Given it wasn't reproducible then, most likely a versioning issue (e.g. a distro library and your locally compiled version). If you can't reproduce it, can you close the ticket?

Probably related to the unsupported `tmap` HDR.

Perhaps we should just make the cmake test require at least 3.6.1?

> > Perhaps we should just make the cmake test require at least 3.6.1? > > please do not do that, many builds are done with 3.3.0 and 3.5.0 This...

We could just bail after the `ftyp` box if we find a major brand for quicktime.

> 14496-12 defines meta as FullBox('meta', version = 0, 0), so maybe the best way to parse meta to look at the byte following `meta`, if it is zero it...

Possible. Does quicktime use 0x00 0x00 0x00 0x00 in the same way as the ISO BMFF - to mean "to end of file"?

https://issuetracker.google.com/issues/232971800 indicates that Google are going to keep doing this. They suggest a slightly different work around to parsing based on checking for `hdlr` 4cc.