Mercurial > libavformat.hg
changeset 1730:05e2cabcd8ed libavformat
remove useless field
author | bcoudurier |
---|---|
date | Wed, 24 Jan 2007 10:57:38 +0000 |
parents | 94580a2253ff |
children | d416ac2a3ce4 |
files | mov.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Wed Jan 24 10:56:45 2007 +0000 +++ b/mov.c Wed Jan 24 10:57:38 2007 +0000 @@ -271,7 +271,6 @@ int64_t duration; /* duration of the longest track */ int found_moov; /* when both 'moov' and 'mdat' sections has been found */ int found_mdat; /* we suppose we have enough data to read the file */ - int64_t mdat_size; int64_t mdat_offset; int total_streams; MOVStreamContext *streams[MAX_STREAMS]; @@ -505,7 +504,6 @@ c->mdat_count++; c->found_mdat=1; c->mdat_offset = atom.offset; - c->mdat_size = atom.size; if(c->found_moov) return 1; /* found both, just go */ url_fskip(pb, atom.size);