comparison postprocess_internal.h @ 61:98d3264ac47f libpostproc

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents e6a94aa12c17
children fb2657d1e70d
comparison
equal deleted inserted replaced
60:f809a2e579ac 61:98d3264ac47f
21 /** 21 /**
22 * @file postprocess_internal.h 22 * @file postprocess_internal.h
23 * internal api header. 23 * internal api header.
24 */ 24 */
25 25
26 #ifndef POSTPROCESS_INTERNAL_H 26 #ifndef FFMPEG_POSTPROCESS_INTERNAL_H
27 #define POSTPROCESS_INTERNAL_H 27 #define FFMPEG_POSTPROCESS_INTERNAL_H
28 28
29 #include "avutil.h" 29 #include "avutil.h"
30 #include "postprocess.h" 30 #include "postprocess.h"
31 31
32 #define V_DEBLOCK 0x01 32 #define V_DEBLOCK 0x01
184 } else { 184 } else {
185 memcpy(dest+(lines-1)*stride, src+(lines-1)*stride, -lines*stride); 185 memcpy(dest+(lines-1)*stride, src+(lines-1)*stride, -lines*stride);
186 } 186 }
187 } 187 }
188 188
189 #endif // POSTPROCESS_INTERNAL_H 189 #endif /* FFMPEG_POSTPROCESS_INTERNAL_H */