On Mon, Mar 06, 2017 at 05:00:22PM +0000, Dzung Hoang wrote:
> The EXR decoder cannot handle the image files included in NVidia's HDR SDK. 
> After debugging, I found that the line offset table in the image files 
> contained 0's. Other EXR decoders, including the official OpenEXR decoder, 
> can detect and reconstruct missing line offset tables, so I added some code 
> to do so.
> I filed a trac ticket for this issue here: 
> https://trac.ffmpeg.org/ticket/6220.
> 
> 
> The patch is below.
> Regards,Dzung Hoang
> 
> 
> diff --git a/libavcodec/exr.c b/libavcodec/exr.c
> 
> index 034920f..de48e76 100644
> 
> --- a/libavcodec/exr.c
> 
> +++ b/libavcodec/exr.c
> 
> @@ -1726,6 +1726,24 @@ static intdecode_frame(AVCodecContext *avctx, void 
> *data,

this patch looks corrupted
also, if one of the images is small please add a fate test

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

There will always be a question for which you do not know the correct answer.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to