[FFmpeg-devel] [PATCH] exr: make channel_offsets int instead of int8_t

Derek Buitenhuis derek.buitenhuis at gmail.com
Sun Jul 15 04:35:21 CEST 2012


On 14/07/2012 6:21 PM, Paul B Mahol wrote:
> Prior to this change max number of channels for float data which was
> going to be correctly decoded was 32, which is rather small
> considering that exr allows multiple channel layers.
> 
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  libavcodec/exr.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Looks OK to me.

This seems like exactly the sort of thing we could add to FATE
when EXR gets added.

- Derek


More information about the ffmpeg-devel mailing list