comparison postprocess.h @ 136:fe0bf26c4c81 libpostproc

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 0397ed4317ef
children
comparison
equal deleted inserted replaced
135:0397ed4317ef 136:fe0bf26c4c81
42 #define LIBPOSTPROC_BUILD LIBPOSTPROC_VERSION_INT 42 #define LIBPOSTPROC_BUILD LIBPOSTPROC_VERSION_INT
43 43
44 #define LIBPOSTPROC_IDENT "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION) 44 #define LIBPOSTPROC_IDENT "postproc" AV_STRINGIFY(LIBPOSTPROC_VERSION)
45 45
46 /** 46 /**
47 * Returns the LIBPOSTPROC_VERSION_INT constant. 47 * Return the LIBPOSTPROC_VERSION_INT constant.
48 */ 48 */
49 unsigned postproc_version(void); 49 unsigned postproc_version(void);
50 50
51 /** 51 /**
52 * Returns the libpostproc build-time configuration. 52 * Return the libpostproc build-time configuration.
53 */ 53 */
54 const char *postproc_configuration(void); 54 const char *postproc_configuration(void);
55 55
56 /** 56 /**
57 * Returns the libpostproc license. 57 * Return the libpostproc license.
58 */ 58 */
59 const char *postproc_license(void); 59 const char *postproc_license(void);
60 60
61 #define PP_QUALITY_MAX 6 61 #define PP_QUALITY_MAX 6
62 62