]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/avutil.h
Merge commit 'ae05b4865514fd71b5e9431e93aa0d03d7ba7751'
[ffmpeg] / libavutil / avutil.h
index e6ebb6c43c20e6522307f67b1459f013883568ba..187100bc8daa8b2b610a71b9cbfc7a6afeb60595 100644 (file)
  */
 unsigned avutil_version(void);
 
+/**
+ * Return an informative version string. This usually is the actual release
+ * version number or a git commit description. This string has no fixed format
+ * and can change any time. It should never be parsed by code.
+ */
+const char *av_version_info(void);
+
 /**
  * Return the libavutil build-time configuration.
  */