summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2015-07-02 19:04:59 +0200
committerJanne Grunau <janne-libav@jannau.net>2015-07-02 23:22:53 +0200
commit1316df7aa98c4784f190d107206d0bb12c590b89 (patch)
treebc8922c649dd88312f81b9521bc82660c7c65fe3 /doc
parenta31c4b2cbef9aee15910fc3df52519aef46760de (diff)
lavu: add an API function to return the Libav version string
This returns something like "v12_dev0-1332-g333a27c". This is much more useful than the individual library versions, of which there are too many, and which are very hard to map back to releases or git commits. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 0ddfb11e03..06ad1b7f4f 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -19,6 +19,9 @@ API changes, most recent first:
2015-xx-xx - xxxxxxx - lavu 54.14.0 - cpu.h
Add AV_CPU_FLAG_AVXSLOW.
+2015-xx-xx - xxxxxxx - lavu 56.xx.0
+ Add av_version_info().
+
2015-xx-xx - xxxxxxx - lavc 56.23.0
Add av_vda_default_init2.