diff 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
line wrap: on
line diff
--- a/avcodec.h	Mon Nov 16 17:42:43 2009 +0000
+++ b/avcodec.h	Wed Nov 18 17:15:17 2009 +0000
@@ -3067,6 +3067,16 @@
 unsigned avcodec_version(void);
 
 /**
+ * Returns the libavcodec build-time configuration.
+ */
+const char * avcodec_configuration(void);
+
+/**
+ * Returns the libavcodec license.
+ */
+const char * avcodec_license(void);
+
+/**
  * Initializes libavcodec.
  *
  * @warning This function must be called before any other libavcodec