mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 10:22:10 +00:00
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
@ -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…
Reference in New Issue
Block a user