diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-12-31 16:20:10 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-12 09:00:54 +0100 |
commit | 3167dc9515810bbdd86d99d773bcf84657d2e72a (patch) | |
tree | 304761a385570e0fd8766436fa6d50eac72b3918 /doc | |
parent | 43fe6a29050fc34848731aa220292587f7ace5bd (diff) | |
download | ffmpeg-3167dc9515810bbdd86d99d773bcf84657d2e72a.tar.gz |
lavfi: move version macros to a new installed header version.h
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 e94c656e9e..751566afe2 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-01-xx - xxxxxxx - lavfi 2.15.0 + Add a new installed header -- libavfilter/version.h -- with version macros. + 2011-01-03 - b73ec05 - lavu 51.21.0 Add av_popcount64 |