comparison postprocess_internal.h @ 108:83d51d1fb580 libpostproc

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents e565483b1193
children 858be852c955
comparison
equal deleted inserted replaced
107:7cbdc99cc753 108:83d51d1fb580
24 */ 24 */
25 25
26 #ifndef FFMPEG_POSTPROCESS_INTERNAL_H 26 #ifndef FFMPEG_POSTPROCESS_INTERNAL_H
27 #define FFMPEG_POSTPROCESS_INTERNAL_H 27 #define FFMPEG_POSTPROCESS_INTERNAL_H
28 28
29 #include "avutil.h" 29 #include "libavutil/avutil.h"
30 #include "postprocess.h" 30 #include "postprocess.h"
31 31
32 #define V_DEBLOCK 0x01 32 #define V_DEBLOCK 0x01
33 #define H_DEBLOCK 0x02 33 #define H_DEBLOCK 0x02
34 #define DERING 0x04 34 #define DERING 0x04