Commit 1fea6795 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt Committed by Michael Niedermayer

avformat/mxfenc: Reorder fields in MXFIndexEntry to make it smaller

Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Reviewed-by: 's avatarTomas Härdin <tjoppen@acc.umu.se>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent b601e24a
...@@ -72,10 +72,10 @@ typedef struct MXFLocalTagPair { ...@@ -72,10 +72,10 @@ typedef struct MXFLocalTagPair {
} MXFLocalTagPair; } MXFLocalTagPair;
typedef struct MXFIndexEntry { typedef struct MXFIndexEntry {
uint8_t flags;
uint64_t offset; uint64_t offset;
unsigned slice_offset; ///< offset of audio slice unsigned slice_offset; ///< offset of audio slice
uint16_t temporal_ref; uint16_t temporal_ref;
uint8_t flags;
} MXFIndexEntry; } MXFIndexEntry;
typedef struct MXFStreamContext { typedef struct MXFStreamContext {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment