[FFmpeg-devel] [PATCH V2] Add a filter implementing HDR image reconstruction from a single exposure using deep CNNs
Guo, Yejun
yejun.guo at intel.com
Thu Oct 18 17:41:03 EEST 2018
> -----Original Message-----
> From: ffmpeg-devel [mailto:ffmpeg-devel-bounces at ffmpeg.org] On Behalf
> Of Carl Eugen Hoyos
> Sent: Thursday, October 18, 2018 6:23 AM
> To: FFmpeg development discussions and patches <ffmpeg-
> devel at 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.guo at 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 at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
More information about the ffmpeg-devel
mailing list