[FFmpeg-devel] [PATCH 2/2] swscale: add unscaled conversion from yuv420p to p010

Carl Eugen Hoyos ceffmpeg at gmail.com
Fri Sep 2 20:16:28 EEST 2016


2016-09-02 16:36 GMT+02:00 Timo Rothenpieler <timo at rothenpieler.org>:

> +#if AV_HAVE_BIGENDIAN
> +static int planar8ToP010leWrapper(SwsContext *c, const uint8_t *src[],

Why does this function not work on both big and little endian hardware?

Carl Eugen


More information about the ffmpeg-devel mailing list