[FFmpeg-cvslog] sws: remove forgotten FAST_BGR2YV12 define
Michael Niedermayer
git at videolan.org
Mon Apr 15 11:11:06 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Apr 15 03:40:50 2013 +0200| [357da7ed42071ad79b03e1d6434bf177a58484f4] | committer: Michael Niedermayer
sws: remove forgotten FAST_BGR2YV12 define
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=357da7ed42071ad79b03e1d6434bf177a58484f4
---
libswscale/swscale_internal.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 7208893..3bdc92e 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
More information about the ffmpeg-cvslog
mailing list