mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Merge remote-tracking branch 'qatar/master'
* qatar/master: movenc: Change the track struct name to match the typedef Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
3da7111193
@ -75,7 +75,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