diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-01-14 12:36:41 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-01-15 16:00:31 +0100 |
commit | f5060bce3108acf85b2e5da22d8d9e98858de43a (patch) | |
tree | 26d8e566868dc32fa79d5f8db4f0ada7ed97e3cb /libswscale/swscale_internal.h | |
parent | cde38373d134e6cf6a92d900fb2f3ce996e4655c (diff) | |
download | ffmpeg-f5060bce3108acf85b2e5da22d8d9e98858de43a.tar.gz |
swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 5e5f82a28737fba4402259617500911cc37e3674)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r-- | libswscale/swscale_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 2299aa5c87..fa119d304c 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -40,6 +40,7 @@ #define STR(s) AV_TOSTRING(s) // AV_STRINGIFY is too long #define YUVRGB_TABLE_HEADROOM 256 +#define YUVRGB_TABLE_LUMA_HEADROOM 0 #define MAX_FILTER_SIZE SWS_MAX_FILTER_SIZE |