> -----Original Message----- > From: ffmpeg-devel [mailto:[email protected]] On Behalf > Of Carl Eugen Hoyos > Sent: Thursday, October 18, 2018 6:23 AM > To: FFmpeg development discussions and patches <ffmpeg- > [email protected]> > 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 <[email protected]>: > > > + 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 > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
