mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 11:39:49 +00:00
movenc: Change the track struct name to match the typedef
This makes the struct name (which isn't used anywhere) match the name of the typedef, as for all the other structs declared in this header. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
2d66a58ccd
commit
9683e37cd5
@ -73,7 +73,7 @@ typedef struct MOVFragmentInfo {
|
||||
int64_t tfrf_offset;
|
||||
} MOVFragmentInfo;
|
||||
|
||||
typedef struct MOVIndex {
|
||||
typedef struct MOVTrack {
|
||||
int mode;
|
||||
int entry;
|
||||
unsigned timescale;
|
||||
|
Loading…
Reference in New Issue
Block a user