diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-12 11:17:23 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-27 10:38:30 +0100 |
commit | 7063b6eaee5b10afc3e3157e10e4be0c04537107 (patch) | |
tree | 646b2917e77efaacc48debf5fd9cfb15d31fd1e5 /doc | |
parent | 570f6aaab12e2bcf6605e9e3a5e1204b3cfccfc1 (diff) | |
download | ffmpeg-7063b6eaee5b10afc3e3157e10e4be0c04537107.tar.gz |
lavc: increase major version to 54.
The lavf-ffm test results change because ffmenc writes
AVCodecContext.flags/flags2 and the defaults for those change.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index aa5729196e..706acfb009 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,7 +2,7 @@ Never assume the API of libav* to be stable unless at least 1 month has passed since the last major version increase. The last version increases were: -libavcodec: 2011-04-18 +libavcodec: 2012-01-27 libavdevice: 2011-04-18 libavfilter: 2011-04-18 libavformat: 2011-04-18 |