diff options
-rw-r--r-- | libavformat/movenc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h index 5ca5631c5a..5595ac71a8 100644 --- a/libavformat/movenc.h +++ b/libavformat/movenc.h @@ -40,12 +40,12 @@ #define MODE_IPOD 0x20 typedef struct MOVIentry { - unsigned int size; uint64_t pos; + int64_t dts; + unsigned int size; unsigned int samplesInChunk; unsigned int entries; int cts; - int64_t dts; #define MOV_SYNC_SAMPLE 0x0001 #define MOV_PARTIAL_SYNC_SAMPLE 0x0002 uint32_t flags; |