diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-01-18 23:01:08 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-01-18 23:26:00 +0100 |
commit | 646ade76793c49317d05d54dc254d28f6738adbd (patch) | |
tree | decbbe098553a10f23227b47d3107055e2bb2d80 /libswscale/swscale.h | |
parent | 24bbc416a4d8e2ed015b0d56aabbf4c49360fb8e (diff) | |
download | ffmpeg-646ade76793c49317d05d54dc254d28f6738adbd.tar.gz |
sws: Support error diffusion dither for mono output
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/swscale.h')
-rw-r--r-- | libswscale/swscale.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h index ac789412a1..ace7c01839 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -80,6 +80,7 @@ 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 |