diff options
author | Reinhard Tartler <siretart@tauware.de> | 2013-12-14 16:30:25 -0500 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2013-12-14 16:31:09 -0500 |
commit | 3bc2e89c76e88ae6f1fd5287e0b11abcfc3c601c (patch) | |
tree | c15ce63c9939521984e4ede1919afb2ee6271b19 /doc/APIchanges | |
parent | 9aba0a6f7b3de9381930300f49a30eadfcb63bc6 (diff) | |
download | ffmpeg-streaming-3bc2e89c76e88ae6f1fd5287e0b11abcfc3c601c.zip ffmpeg-streaming-3bc2e89c76e88ae6f1fd5287e0b11abcfc3c601c.tar.gz |
Bump libavutil major version to account for the LLS API/ABI changes.
Commit 41578f70cf8aec8e7565fba1ca7e07f3dc46c3d2 changed the LLS API, which was
called from libavcodec. Thus using an old libavcodec with a new libavutil will
break.
All scheduled API changes are deferred to the next bump.
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 3d25e01..fd43319 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -8,7 +8,7 @@ libavfilter: 2012-06-22 libavformat: 2013-03-xx libavresample: 2012-10-05 libswscale: 2011-06-20 -libavutil: 2012-10-22 +libavutil: 2013-12-xx API changes, most recent first: |