diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-09-19 15:21:36 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-09-24 16:58:47 +0200 |
commit | ac682955e90a29de9b515004af7e24d06bfa6994 (patch) | |
tree | c8c95e5b55d153be9ff5ebff8ee5d34426158daf /libpostproc/postprocess_internal.h | |
parent | 266b3d4fe48af53acff454ca59c507bc7d05885f (diff) | |
download | ffmpeg-ac682955e90a29de9b515004af7e24d06bfa6994.tar.gz |
postproc: add basic deblock filter visualization support
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 43aaf8456a..1ebd974286 100644 --- a/libpostproc/postprocess_internal.h +++ b/libpostproc/postprocess_internal.h @@ -69,6 +69,7 @@ #define TEMP_NOISE_FILTER 0x100000 #define FORCE_QUANT 0x200000 #define BITEXACT 0x1000000 +#define VISUALIZE 0x2000000 //use if you want a faster postprocessing code //cannot differentiate between chroma & luma filters (both on or both off) |