|
@@ -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 { |
|
|