diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-01-14 12:36:41 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-01-15 17:23:55 +0100 |
commit | 4bafd677953f5e8bb4def1a4c4964cdecd72616b (patch) | |
tree | ff6b87550b27c2cba4fe087cc3be44fc5a790211 /libswscale/swscale_internal.h | |
parent | 8b93f6676b89d23bc5f6e0f4e0afac469de881b9 (diff) | |
download | ffmpeg-4bafd677953f5e8bb4def1a4c4964cdecd72616b.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 55f683f5be..0d07b2b919 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 |