X-Git-Url: https://git.piment-noir.org/?p=deb_ffmpeg.git;a=blobdiff_plain;f=ffmpeg%2Flibpostproc%2Fpostprocess_internal.h;h=1ebd9742867c8acdebdf47b1f4b88d545a7ae0ea;hp=b1b8f0c6331d08ef23e9842c971065677a369374;hb=f6fa7814ccfe3e76514b36cf04f5cd3cb657c8cf;hpb=2ba45a602cbfa7b771effba9b11bb4245c21bc00 diff --git a/ffmpeg/libpostproc/postprocess_internal.h b/ffmpeg/libpostproc/postprocess_internal.h index b1b8f0c..1ebd974 100644 --- a/ffmpeg/libpostproc/postprocess_internal.h +++ b/ffmpeg/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) @@ -76,8 +77,6 @@ //filters on //#define COMPILE_TIME_MODE 0x77 -#define CLIP av_clip_uint8 - /** * Postprocessing filter. */