diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-06-24 03:03:51 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-06-24 12:34:12 +0200 |
commit | c41899a3770cb4510e15b223fa34d129305b1589 (patch) | |
tree | a9926404ab857c5460d824a6177f441773dad76e /doc | |
parent | b5e6aa6c3337dc740d67aa68116530fe604bae76 (diff) | |
download | ffmpeg-c41899a3770cb4510e15b223fa34d129305b1589.tar.gz |
lavu: split version info into version.h
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 2703610639..4cdea95921 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-06-24 - xxxxxxx - lavu 51.62.100 - version.h + version moved from avutil.h to version.h + 2012-04-11 - xxxxxxx - lavu 51.58.100 - error.h Add av_make_error_string() and av_err2str() utilities to libavutil/error.h. |