comparison postprocess_internal.h @ 53:e6a94aa12c17 libpostproc

Fix 'make checkheaders'.
author diego
date Mon, 02 Jul 2007 12:52:20 +0000
parents cbe8cee61428
children 98d3264ac47f
comparison
equal deleted inserted replaced
52:fa32f0362748 53:e6a94aa12c17
25 25
26 #ifndef POSTPROCESS_INTERNAL_H 26 #ifndef POSTPROCESS_INTERNAL_H
27 #define POSTPROCESS_INTERNAL_H 27 #define POSTPROCESS_INTERNAL_H
28 28
29 #include "avutil.h" 29 #include "avutil.h"
30 #include "postprocess.h"
30 31
31 #define V_DEBLOCK 0x01 32 #define V_DEBLOCK 0x01
32 #define H_DEBLOCK 0x02 33 #define H_DEBLOCK 0x02
33 #define DERING 0x04 34 #define DERING 0x04
34 #define LEVEL_FIX 0x08 ///< Brightness & Contrast 35 #define LEVEL_FIX 0x08 ///< Brightness & Contrast