You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
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>
This commit is contained in:
@@ -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().
|
||||
|
||||
Reference in New Issue
Block a user