avformat/mxfdec: Correct confusing struct tag
Don't use typedef struct MXFTrack {...} MXFTimecodeComponent, in
particular given the fact that MXFTrack is a type of its own.
Reviewed-by: Tomas Härdin <tjoppen@acc.umu.se>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
5d24b6843c
commit
8d019dbc5b
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ typedef struct MXFSequence {
|
|||
uint8_t origin;
|
||||
} MXFSequence;
|
||||
|
||||
typedef struct MXFTrack {
|
||||
typedef struct MXFTimecodeComponent {
|
||||
UID uid;
|
||||
enum MXFMetadataSetType type;
|
||||
int drop_frame;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue