summaryrefslogtreecommitdiff
path: root/libswscale/input.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-14 23:51:58 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-04-15 01:23:29 +0200
commit3662e49dde0b193244eae6b8e1ab236aeb247632 (patch)
tree58e7502e01151f98edbeef737b25e4c14ab6d4ae /libswscale/input.c
parente66a10689bf26130391e549006d85b0331183230 (diff)
sws: move RGB2YUV_SHIFT to swscale_internal.h
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/input.c')
-rw-r--r--libswscale/input.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libswscale/input.c b/libswscale/input.c
index b682acd03e..5259603fb4 100644
--- a/libswscale/input.c
+++ b/libswscale/input.c
@@ -36,8 +36,6 @@
#include "swscale.h"
#include "swscale_internal.h"
-#define RGB2YUV_SHIFT 15
-
#define input_pixel(pos) (isBE(origin) ? AV_RB16(pos) : AV_RL16(pos))
#define r ((origin == AV_PIX_FMT_BGR48BE || origin == AV_PIX_FMT_BGR48LE) ? b_r : r_b)