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

Timo Rothenpieler timo at rothenpieler.org
Sat Sep 3 16:27:53 EEST 2016


> @@ -236,6 +237,57 @@ static int planarToP010Wrapper(SwsContext *c, const uint8_t *src8[],
>      return srcSliceH;
>  }
>  
> +#if AV_HAVE_BIGENDIAN || 1

Nevermind the || 1, left over from testing speed differences and forgot
to remove it.


More information about the ffmpeg-devel mailing list