comparison postprocess.h @ 130:885c7548fb5e libpostproc

Add functions to return library license and library configuration.
author diego
date Wed, 18 Nov 2009 17:15:17 +0000
parents 674bd232c0e1
children 63eddcff3509
comparison
equal deleted inserted replaced
129:c78bbb57f0b9 130:885c7548fb5e
46 /** 46 /**
47 * Returns the LIBPOSTPROC_VERSION_INT constant. 47 * Returns the LIBPOSTPROC_VERSION_INT constant.
48 */ 48 */
49 unsigned postproc_version(void); 49 unsigned postproc_version(void);
50 50
51 /**
52 * Returns the libpostproc build-time configuration.
53 */
54 const char * postproc_configuration(void);
55
56 /**
57 * Returns the libpostproc license.
58 */
59 const char * postproc_license(void);
60
51 #define PP_QUALITY_MAX 6 61 #define PP_QUALITY_MAX 6
52 62
53 #define QP_STORE_T int8_t 63 #define QP_STORE_T int8_t
54 64
55 #include <inttypes.h> 65 #include <inttypes.h>