diff --git a/libavformat/movenc.h b/libavformat/movenc.h
index e20ef1475bcafe1043dbafafdeec573d72c45707..879c942a9ff697270e87c5ae3b759b3bca68d00a 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;