comparison avcodec.h @ 10536:046dcf7aa19c libavcodec

Add functions to return library license and library configuration.
author diego
date Wed, 18 Nov 2009 17:15:17 +0000
parents 8cb3965df30f
children 8a2d04d5deb9
comparison
equal deleted inserted replaced
10535:95f3daa991a2 10536:046dcf7aa19c
3065 * Returns the LIBAVCODEC_VERSION_INT constant. 3065 * Returns the LIBAVCODEC_VERSION_INT constant.
3066 */ 3066 */
3067 unsigned avcodec_version(void); 3067 unsigned avcodec_version(void);
3068 3068
3069 /** 3069 /**
3070 * Returns the libavcodec build-time configuration.
3071 */
3072 const char * avcodec_configuration(void);
3073
3074 /**
3075 * Returns the libavcodec license.
3076 */
3077 const char * avcodec_license(void);
3078
3079 /**
3070 * Initializes libavcodec. 3080 * Initializes libavcodec.
3071 * 3081 *
3072 * @warning This function must be called before any other libavcodec 3082 * @warning This function must be called before any other libavcodec
3073 * function. 3083 * function.
3074 */ 3084 */