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:
Michael Niedermayer 2013-06-03 12:54:35 +02:00
commit 3da7111193
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ typedef struct MOVFragmentInfo {
int64_t tfrf_offset;
} MOVFragmentInfo;
typedef struct MOVIndex {
typedef struct MOVTrack {
int mode;
int entry;
unsigned timescale;