diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-02-28 12:07:53 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-02-29 14:44:22 +0100 |
commit | 322537478b63c6bc01e640643550ff539864d790 (patch) | |
tree | ffc02c33d801a908bb19bad78f960af144fe6db1 /doc/APIchanges | |
parent | 2dfea1205870c298461f08fc323c652be41888f8 (diff) | |
download | ffmpeg-322537478b63c6bc01e640643550ff539864d790.tar.gz |
Add a minor bump, changelog/APIchanges entry and some documentation for APIC support.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 8b12de0bad..de57b2e69c 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,10 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-xx-xx - xxxxxxx - lavf 54.2.0 - avformat.h + Add AVStream.attached_pic and AV_DISPOSITION_ATTACHED_PIC, + used for dealing with attached pictures/cover art. + 2012-02-25 - c9bca80 - lavu 51.24.0 - error.h Add AVERROR_UNKNOWN |