Mercurial > libpostproc.hg
comparison postprocess_internal.h @ 123:674bd232c0e1 libpostproc
Use directory name as multiple inclusion guard prefix.
We do this for all other libraries already.
| author | diego |
|---|---|
| date | Wed, 04 Feb 2009 20:31:20 +0000 |
| parents | 1500ae6cf66c |
| children | 51571e34b760 |
comparison
equal
deleted
inserted
replaced
| 122:1500ae6cf66c | 123:674bd232c0e1 |
|---|---|
| 21 /** | 21 /** |
| 22 * @file libpostproc/postprocess_internal.h | 22 * @file libpostproc/postprocess_internal.h |
| 23 * internal api header. | 23 * internal api header. |
| 24 */ | 24 */ |
| 25 | 25 |
| 26 #ifndef POSTPROCESS_POSTPROCESS_INTERNAL_H | 26 #ifndef POSTPROC_POSTPROCESS_INTERNAL_H |
| 27 #define POSTPROCESS_POSTPROCESS_INTERNAL_H | 27 #define POSTPROC_POSTPROCESS_INTERNAL_H |
| 28 | 28 |
| 29 #include <string.h> | 29 #include <string.h> |
| 30 #include "libavutil/avutil.h" | 30 #include "libavutil/avutil.h" |
| 31 #include "postprocess.h" | 31 #include "postprocess.h" |
| 32 | 32 |
| 173 } else { | 173 } else { |
| 174 memcpy((uint8_t*)dest+(lines-1)*stride, (const uint8_t*)src+(lines-1)*stride, -lines*stride); | 174 memcpy((uint8_t*)dest+(lines-1)*stride, (const uint8_t*)src+(lines-1)*stride, -lines*stride); |
| 175 } | 175 } |
| 176 } | 176 } |
| 177 | 177 |
| 178 #endif /* POSTPROCESS_POSTPROCESS_INTERNAL_H */ | 178 #endif /* POSTPROC_POSTPROCESS_INTERNAL_H */ |
