[FFmpeg-devel] [PATCH V2] Add a filter implementing HDR image reconstruction from a single exposure using deep CNNs
Carl Eugen Hoyos
ceffmpeg at gmail.com
Thu Oct 18 01:22:55 EEST 2018
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.
Carl Eugen
More information about the ffmpeg-devel
mailing list