From 0e1a5434e2d30d0f57770110c1e358c8eccf9f82 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Mon, 11 Apr 2011 19:48:13 +0200 Subject: swscale: Factorize FAST_BGR2YV12 definition. It is used only for x86 so it will eventually be moved with that code into the x86 arch subdirectory. --- libswscale/swscale_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 631f1e0672..4c6ad2a860 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -31,6 +31,8 @@ #define STR(s) AV_TOSTRING(s) //AV_STRINGIFY is too long +#define FAST_BGR2YV12 //use 7-bit instead of 15-bit coefficients + #define MAX_FILTER_SIZE 256 #if ARCH_X86 -- cgit v1.2.3