]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/avdevice.h
Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer
[ffmpeg] / libavdevice / avdevice.h
index 26354234817d07c0ccd43ad61b67e73498e9c389..124cfa28a0d4c0cc90c4765a693d9351a40466d1 100644 (file)
  */
 unsigned avdevice_version(void);
 
+/**
+ * Returns the libavdevice build-time configuration.
+ */
+const char * avdevice_configuration(void);
+
+/**
+ * Returns the libavdevice license.
+ */
+const char * avdevice_license(void);
+
 /**
  * Initialize libavdevice and register all the input and output devices.
  * @warning This function is not thread safe.