summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-09-02 18:59:38 +0200
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-09-07 12:36:56 +0200
commit6b3ef7f080293956b2e5212b83135c6b051212e9 (patch)
treea947a2019409d7f21f57b14d9343ec08f62c3b1c /doc/APIchanges
parentb8b5d8274471129f122858bc74ad09284dae6ab7 (diff)
lavu: Remove bit packing from AVComponentDescriptor
There is no practical benefit in having this structure elements bit packed given the size of the structure and its usage. Change types from uint16_t (packed) to plain int in order to simplify modifying the structure and accessing its fields. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index c944fff169..1c268ed0fd 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,8 @@ API changes, most recent first:
2015-xx-xx - lavu 55.0.0
xxxxxxx - Change type of AVPixFmtDescriptor.flags from uint8_t to uint64_t.
+ xxxxxxx - Change type of AVComponentDescriptor fields from uint16_t to int
+ and drop bit packing.
2015-xx-xx - lavu 54.17.0
xxxxxxx - Add av_blowfish_alloc().