Revision a81ff195
libpostproc/postprocess.c | ||
---|---|---|
695 | 695 |
|
696 | 696 |
/* -pp Command line Help |
697 | 697 |
*/ |
698 |
#if LIBPOSTPROC_VERSION_INT < (52<<16) |
|
699 |
const char *const pp_help= |
|
700 |
#else |
|
701 | 698 |
const char pp_help[] = |
702 |
#endif |
|
703 | 699 |
"Available postprocessing filters:\n" |
704 | 700 |
"Filters Options\n" |
705 | 701 |
"short long name short long option Description\n" |
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