diff options
author | Kostya <kostya.shishkov@gmail.com> | 2011-04-18 05:32:14 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 18:28:37 +0200 |
commit | aad2f2f477d6804f5f79ccce55b3d7f54b00f715 (patch) | |
tree | 903d5a7664b42c2af0b1e137b2e2b616323e7dbd /doc | |
parent | 151cd4f98225c0c5cab8fb29e1dbc0719f7f67e3 (diff) | |
download | ffmpeg-aad2f2f477d6804f5f79ccce55b3d7f54b00f715.tar.gz |
document introduction of side data in APIchanges
this should've been written earlier, sorry
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 11a8b51b7e..2c0d58519e 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,11 @@ libavutil: 2009-03-08 API changes, most recent first: +2011-04-15 - lavc 52.120.0 - avcodec.h + AVPacket structure got additional members for passing side information: + 4de339e introduce side information for AVPacket + 2d8591c make containers pass palette change in AVPacket + 2011-04-12 - lavf 52.107.0 - avio.h Avio cleanup, part II - deprecate the entire URLContext API: 175389c add avio_check as a replacement for url_exist |