diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-02-29 02:05:54 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-02-29 02:05:54 +0100 |
commit | 7f80afe0a7ae7982f1a074c838f7e8e7e361e6fb (patch) | |
tree | 2331cbcc8cf5779fdd5d63d3e8ba1a58ad47a5ad /libpostproc/postprocess_internal.h | |
parent | 0ae9b32e51e6920298ae8aaf4c481eae422c50a6 (diff) | |
download | ffmpeg-7f80afe0a7ae7982f1a074c838f7e8e7e361e6fb.tar.gz |
libpostproc: add bitexact mode, which is needed for regression testing.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libpostproc/postprocess_internal.h')
-rw-r--r-- | libpostproc/postprocess_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpostproc/postprocess_internal.h b/libpostproc/postprocess_internal.h index 2256d78f78..33c5f6932b 100644 --- a/libpostproc/postprocess_internal.h +++ b/libpostproc/postprocess_internal.h @@ -67,6 +67,7 @@ #define TEMP_NOISE_FILTER 0x100000 #define FORCE_QUANT 0x200000 +#define BITEXACT 0x1000000 //use if you want a faster postprocessing code //cannot differentiate between chroma & luma filters (both on or both off) |