libpostproc: add bitexact mode, which is needed for regression testing.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2012-02-29 02:05:54 +01:00
parent 0ae9b32e51
commit 7f80afe0a7
2 changed files with 6 additions and 2 deletions

View File

@ -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)