Mark Reid

Results 145 comments of Mark Reid

I'm currently doing the same thing. ` strstr(avFormatContext->iformat->name, "mov")`

``` // Correct wrong frame rates that seem to be generated by some codecs if ( tcRate.num > 1000 && tcRate.den == 1) { tcRate.den = 1000; } ``` I...

#1950 might have resolved this issue. It fixes a few unit test failures related to FMA on apple silicon.

I think we should parse `MZ_VERSION` instead too. `MZ_VERSION_BUILD` will be too unreliable going forward.

The cmake module that detects minizip does parse the [MZ_VERSION](https://github.com/AcademySoftwareFoundation/OpenColorIO/blob/91e8826a8bd78f5c6df5e5294e70671383186244/share/cmake/modules/Findminizip-ng.cmake#L161) from `mz.h` as `minizip-ng_VERSION`. So it should be just a matter of extracting the major version and creating a macro...