diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-05-17 00:29:47 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-06-07 19:58:15 +0200 |
commit | 410a0824f07ac4a526f633409cf893a897d2269c (patch) | |
tree | 425f7792ce8d34f950665584d9f527217051a408 /libavcodec/x86 | |
parent | f767c68b3483cdcfd80f1510e1dbf539ee3ca69d (diff) | |
download | ffmpeg-410a0824f07ac4a526f633409cf893a897d2269c.tar.gz |
avformat/matroskadec: Compactify structure
Matroska EBML IDs can be only four bytes long maximally, so it is
natural to use uint32_t for them. By doing this and rearranging the
elements of the MatroskaLevel1Element structure, one can reduce the size
of said structure.
Notice that this field is not read via the generic reading process for
EBML_UINT, so one is not forced to use an uint64_t for it.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/x86')
0 files changed, 0 insertions, 0 deletions