[FFmpeg-devel] libavcodec/exr : Add support for UINT32

Derek Buitenhuis derek.buitenhuis at gmail.com
Sun Apr 3 19:00:31 CEST 2016


On 4/3/2016 5:58 PM, Martin Vignali wrote:
> Hello,
> 
> In attach a patch to add support for UINT32 pixel type.

[...]

> +#ifndef UINT32_MAX
> +    #define UINT32_MAX  (0xffffffff)
> +#endif

Don't do this, we already require this header be present and working.

- Derek


More information about the ffmpeg-devel mailing list