]> git.sesse.net Git - ffmpeg/commitdiff
lavu: Remove bit packing from AVComponentDescriptor
authorVittorio Giovara <vittorio.giovara@gmail.com>
Wed, 2 Sep 2015 16:59:38 +0000 (18:59 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Mon, 7 Sep 2015 10:36:56 +0000 (12:36 +0200)
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>

No differences found