From cb41b2b6e094adde9222ceff24f0dfa51521c76b Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Mon, 4 Jan 2010 22:51:38 +0000 Subject: remove no more needed MOVAtom.offset field Originally committed as revision 21023 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/isom.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/isom.h') 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; -- cgit v1.2.3