Imported Debian version 2.5.0~trusty1.1
[deb_ffmpeg.git] / ffmpeg / libpostproc / postprocess_internal.h
index b1b8f0c6331d08ef23e9842c971065677a369374..1ebd9742867c8acdebdf47b1f4b88d545a7ae0ea 100644 (file)
@@ -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)
@@ -76,8 +77,6 @@
 //filters on
 //#define COMPILE_TIME_MODE 0x77
 
-#define CLIP av_clip_uint8
-
 /**
  * Postprocessing filter.
  */