diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-10-22 09:12:03 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-10-23 07:33:05 +0200 |
commit | add3a6902ea4d459f36655656a1f8daa409118a7 (patch) | |
tree | f44c59804b9e966239ae6e53fb990370d86f47ae /doc/APIchanges | |
parent | 2b8dd371e4d276ca0d342e82b8b4cc281be0630a (diff) | |
download | ffmpeg-add3a6902ea4d459f36655656a1f8daa409118a7.tar.gz |
lavu: bump major to 52
In addition to the recent tables mess, the AVOption defaults behavior
changed, so an old lavc used with a new lavu will get completely messed
up defaults.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index eed0f81840..24defe406b 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -8,7 +8,7 @@ libavfilter: 2012-06-22 libavformat: 2012-01-27 libavresample: 2012-10-05 libswscale: 2011-06-20 -libavutil: 2011-04-18 +libavutil: 2012-10-22 API changes, most recent first: |