Add functions to return library license and library configuration.

Originally committed as revision 20547 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2009-11-18 17:15:17 +00:00
parent d7a0e29f31
commit c173693698
13 changed files with 129 additions and 0 deletions

View File

@@ -48,6 +48,16 @@
*/
unsigned postproc_version(void);
/**
* Returns the libpostproc build-time configuration.
*/
const char * postproc_configuration(void);
/**
* Returns the libpostproc license.
*/
const char * postproc_license(void);
#define PP_QUALITY_MAX 6
#define QP_STORE_T int8_t