On 9/15/2017 6:34 PM, Carl Eugen Hoyos wrote: > 2017-09-15 22:30 GMT+02:00 Paras Chadha <[email protected]>: > >> - *dst++ = (type) t; \ >> + write(dst, (type) t); \ > > Is the cast still necessary? > > Is the new code faster on any platform?
It fixes the fate tests on big endian systems, which is the purpose of this change. > > 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
