comparison isom.h @ 5495:cce2ae0f48a0 libavformat

remove no more needed MOVAtom.offset field
author bcoudurier
date Mon, 04 Jan 2010 22:51:38 +0000
parents 347123a18feb
children 1338a4972dd4
comparison
equal deleted inserted replaced
5494:5f9ff1c93f5d 5495:cce2ae0f48a0
62 int16_t nlvl_to, nlvl_from; 62 int16_t nlvl_to, nlvl_from;
63 } MOVDref; 63 } MOVDref;
64 64
65 typedef struct { 65 typedef struct {
66 uint32_t type; 66 uint32_t type;
67 int64_t offset;
68 int64_t size; /* total size (excluding the size and type fields) */ 67 int64_t size; /* total size (excluding the size and type fields) */
69 } MOVAtom; 68 } MOVAtom;
70 69
71 struct MOVParseTableEntry; 70 struct MOVParseTableEntry;
72 71