diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-10-06 12:36:38 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-10-12 12:45:25 +0200 |
commit | d2fcb356caf38c12b0fc9d8c5bac592a28b0f0f1 (patch) | |
tree | bfb4c40085c804f2fddff72acfe966ae24e45d1f /doc/APIchanges | |
parent | fdd666094d42f46935a86ad8375cec67c540bf38 (diff) | |
download | ffmpeg-d2fcb356caf38c12b0fc9d8c5bac592a28b0f0f1.tar.gz |
pixdesc: add functions for accessing pixel format descriptors.
Make av_pix_fmt_descriptors table static on next major bump.
Making the table public is dangerous, since the caller has no way to
know how large it actually is. It also prevents adding new fields to
AVPixFmtDescriptor without a major bump.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 81a2266acb..0c9a455838 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,11 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-10-12 - xxxxxxx - lavu 51.44.0 - pixdesc.h + Add functions for accessing pixel format descriptors. + Accessing the av_pix_fmt_descriptors array directly is now + deprecated. + 2012-10-xx - xxxxxxx - lavu 51.43.0 - aes.h, md5.h, sha.h, tree.h Add functions for allocating the opaque contexts for the algorithms, deprecate the context size variables. |