summaryrefslogtreecommitdiff
path: root/libavformat/isom.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2010-01-04 22:51:38 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2010-01-04 22:51:38 +0000
commitcb41b2b6e094adde9222ceff24f0dfa51521c76b (patch)
treeb5a47da8fc96132b5b2b6adf9752a392e096f7c2 /libavformat/isom.h
parent7ead7e2181dd3d4e5b43e460ff36c89f556662ea (diff)
remove no more needed MOVAtom.offset field
Originally committed as revision 21023 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r--libavformat/isom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h
index abd5f97f56..c8141f13cd 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -64,7 +64,6 @@ typedef struct {
typedef struct {
uint32_t type;
- int64_t offset;
int64_t size; /* total size (excluding the size and type fields) */
} MOVAtom;