Commit 378c5ef9 authored by Ronald S. Bultje's avatar Ronald S. Bultje

swscale: enable dithering in MMX functions.

This was accidently disabled.
Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
parent 212f161c
......@@ -27,6 +27,8 @@
#include "libavutil/cpu.h"
#include "libavutil/pixdesc.h"
#define DITHER1XBPP
DECLARE_ASM_CONST(8, uint64_t, bF8)= 0xF8F8F8F8F8F8F8F8LL;
DECLARE_ASM_CONST(8, uint64_t, bFC)= 0xFCFCFCFCFCFCFCFCLL;
DECLARE_ASM_CONST(8, uint64_t, w10)= 0x0010001000100010LL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment