Commit 3da71111 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  movenc: Change the track struct name to match the typedef
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents e5cdf9c0 9683e37c
......@@ -75,7 +75,7 @@ typedef struct MOVFragmentInfo {
int64_t tfrf_offset;
} MOVFragmentInfo;
typedef struct MOVIndex {
typedef struct MOVTrack {
int mode;
int entry;
unsigned timescale;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment