Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-15 01:51:58 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-04-15 03:23:29 +0400
commit3662e49dde0b193244eae6b8e1ab236aeb247632 (patch)
tree58e7502e01151f98edbeef737b25e4c14ab6d4ae /libswscale/swscale_internal.h
parente66a10689bf26130391e549006d85b0331183230 (diff)
sws: move RGB2YUV_SHIFT to swscale_internal.h
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index e801bc92ce..4de94a6247 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -370,6 +370,7 @@ typedef struct SwsContext {
#define RV_IDX 6
#define GV_IDX 7
#define BV_IDX 8
+#define RGB2YUV_SHIFT 15
int *dither_error[4];