diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2010-01-04 22:51:38 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2010-01-04 22:51:38 +0000 |
commit | cb41b2b6e094adde9222ceff24f0dfa51521c76b (patch) | |
tree | b5a47da8fc96132b5b2b6adf9752a392e096f7c2 /libavformat/isom.h | |
parent | 7ead7e2181dd3d4e5b43e460ff36c89f556662ea (diff) | |
download | ffmpeg-cb41b2b6e094adde9222ceff24f0dfa51521c76b.tar.gz |
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.h | 1 |
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; |