diff --git a/libavformat/movenc.h b/libavformat/movenc.h index e20ef1475b..879c942a9f 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -73,7 +73,7 @@ typedef struct MOVFragmentInfo { int64_t tfrf_offset; } MOVFragmentInfo; -typedef struct MOVIndex { +typedef struct MOVTrack { int mode; int entry; unsigned timescale;