Mercurial > libavformat.hg
changeset 2825:5862d8be4c6e libavformat
remove now useless fields
author | bcoudurier |
---|---|
date | Sun, 16 Dec 2007 18:46:57 +0000 |
parents | ecbfaa8712a1 |
children | 24ad70087e67 |
files | mov.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Sun Dec 16 18:45:48 2007 +0000 +++ b/mov.c Sun Dec 16 18:46:57 2007 +0000 @@ -115,7 +115,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_offset; AVPaletteControl palette_control; MOV_mdat_t *mdat_list; int mdat_count; @@ -319,7 +318,6 @@ c->mdat_list[c->mdat_count].size = atom.size; c->mdat_count++; c->found_mdat=1; - c->mdat_offset = atom.offset; if(c->found_moov) return 1; /* found both, just go */ url_fskip(pb, atom.size);