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:
Martin Storsjö 2013-06-02 23:29:04 +03:00
parent 2d66a58ccd
commit 9683e37cd5
1 changed files with 1 additions and 1 deletions

View File

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