diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-15 03:40:50 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-15 11:04:52 +0200 |
commit | 357da7ed42071ad79b03e1d6434bf177a58484f4 (patch) | |
tree | 153da3a500cdf609c171fb975992659e4bff49ae /libswscale | |
parent | c10d498bfd246a40cc7830838b74e18a79418839 (diff) | |
download | ffmpeg-357da7ed42071ad79b03e1d6434bf177a58484f4.tar.gz |
sws: remove forgotten FAST_BGR2YV12 define
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/swscale_internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 7208893a21..3bdc92eee9 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -39,8 +39,6 @@ #define YUVRGB_TABLE_HEADROOM 128 -#define FAST_BGR2YV12 // use 7-bit instead of 15-bit coefficients - #define MAX_FILTER_SIZE 256 #define DITHER1XBPP |