Browse Source

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>
tags/n2.0
Martin Storsjö 12 years ago
parent
commit
9683e37cd5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/movenc.h

+ 1
- 1
libavformat/movenc.h 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;


Loading…
Cancel
Save