summaryrefslogtreecommitdiff
path: root/libswscale/swscale.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-19 23:11:26 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-19 23:13:40 +0100
commitf94220ac7ad099425b5fc35170ef411b03c84397 (patch)
treeaa56ef5044d168970afd3aa5c8f8cca163660dd6 /libswscale/swscale.h
parentbeb5d8f07d2aec4da88456f9e21e14d95a38f377 (diff)
sws: Fix error diffusion flag
The used flag was mistakenly overlapping with chroma drop Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/swscale.h')
-rw-r--r--libswscale/swscale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index ace7c01839..5f6ae0ff46 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -80,9 +80,9 @@ const char *swscale_license(void);
//input subsampling info
#define SWS_FULL_CHR_H_INP 0x4000
#define SWS_DIRECT_BGR 0x8000
-#define SWS_ERROR_DIFFUSION 0x20000
#define SWS_ACCURATE_RND 0x40000
#define SWS_BITEXACT 0x80000
+#define SWS_ERROR_DIFFUSION 0x800000
#if FF_API_SWS_CPU_CAPS
/**