Revision a81ff195 libpostproc/postprocess.h
libpostproc/postprocess.h | ||
---|---|---|
67 | 67 |
typedef void pp_context; |
68 | 68 |
typedef void pp_mode; |
69 | 69 |
|
70 |
#if LIBPOSTPROC_VERSION_INT < (52<<16) |
|
71 |
typedef pp_context pp_context_t; |
|
72 |
typedef pp_mode pp_mode_t; |
|
73 |
extern const char *const pp_help; ///< a simple help text |
|
74 |
#else |
|
75 | 70 |
extern const char pp_help[]; ///< a simple help text |
76 |
#endif |
|
77 | 71 |
|
78 | 72 |
void pp_postprocess(const uint8_t * src[3], const int srcStride[3], |
79 | 73 |
uint8_t * dst[3], const int dstStride[3], |
Also available in: Unified diff