diff avformat.h @ 5370:238bda5af58e libavformat

Add functions to return library license and library configuration.
author diego
date Wed, 18 Nov 2009 17:15:17 +0000
parents 64e6e0d096b9
children 6b3395dd156a
line wrap: on
line diff
--- a/avformat.h	Sun Nov 15 03:26:47 2009 +0000
+++ b/avformat.h	Wed Nov 18 17:15:17 2009 +0000
@@ -40,6 +40,16 @@
  */
 unsigned avformat_version(void);
 
+/**
+ * Returns the libavformat build-time configuration.
+ */
+const char * avformat_configuration(void);
+
+/**
+ * Returns the libavformat license.
+ */
+const char * avformat_license(void);
+
 #include <time.h>
 #include <stdio.h>  /* FILE */
 #include "libavcodec/avcodec.h"