[FFmpeg-devel] libavcodec/exr : add support for uint32
Carl Eugen Hoyos
ceffmpeg at gmail.com
Sat Mar 18 17:45:57 EET 2017
2017-03-07 23:05 GMT+01:00 Martin Vignali <martin.vignali at gmail.com>:
> Hello,
>
> In attach patch for decoding uint32 channels in exr files.
>
> Following previous comments, i doesn't use float/color transformation for
> this kind of pixel data
> in this new version.
>
> Comments welcome
Just a nitpick:
> + } else {
> + //UINT 32
The comment indicates this should be "else if (pixel_type == UINT)"
Thank you, Carl Eugen
More information about the ffmpeg-devel
mailing list