> -----Original Message-----
> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf
> Of Carl Eugen Hoyos
> Sent: Thursday, October 18, 2018 6:23 AM
> To: FFmpeg development discussions and patches <ffmpeg-
> de...@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH V2] Add a filter implementing HDR
> image reconstruction from a single exposure using deep CNNs
> 
> 2018-10-17 18:41 GMT+02:00, Guo, Yejun <yejun....@intel.com>:
> 
> > +        short* outg = (short*)out->data[0];
> > +        short* outb = (short*)out->data[1];
> > +        short* outr = (short*)out->data[2];
> 
> I believe this should use "int16_t", there is no guarantee that short is 
> smaller
> than 128 bit.
> 

thanks will fix it to use int16_t.

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

Reply via email to