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. Carl Eugen _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
