diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-11-18 17:16:02 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-11-18 17:16:02 +0000 |
commit | 6ef6b3c1e23509e60f0c9f0d76a8248815cd9146 (patch) | |
tree | b0a0f675e34eccd0a3f454e36bcb2fa93b58b88c /libswscale/swscale.h | |
parent | e775bdd70d274834780b02548f2d525f71116f98 (diff) |
Add functions to return library license and library configuration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29932 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/swscale.h')
-rw-r--r-- | libswscale/swscale.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h index 9a088af3fc..aec6a38e94 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -48,6 +48,16 @@ */ unsigned swscale_version(void); +/** + * Returns the libswscale build-time configuration. + */ +const char * swscale_configuration(void); + +/** + * Returns the libswscale license. + */ +const char * swscale_license(void); + /* values for the flags, the stuff on the command line is different */ #define SWS_FAST_BILINEAR 1 #define SWS_BILINEAR 2 |