Mercurial > libavformat.hg
changeset 4410:517f1978ce5c libavformat
remove useless field
author | bcoudurier |
---|---|
date | Sun, 08 Feb 2009 09:55:23 +0000 |
parents | 38cf661aa650 |
children | 1564be9ce5cb |
files | mov.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Sun Feb 08 09:48:59 2009 +0000 +++ b/mov.c Sun Feb 08 09:55:23 2009 +0000 @@ -113,7 +113,6 @@ MOVStts *stts_data; unsigned int ctts_count; MOVStts *ctts_data; - unsigned int edit_count; /* number of 'edit' (elst atom) */ unsigned int sample_to_chunk_sz; MOVStsc *sample_to_chunk; int sample_to_ctime_index; @@ -1762,7 +1761,7 @@ get_byte(pb); /* version */ get_be24(pb); /* flags */ - edit_count= sc->edit_count = get_be32(pb); /* entries */ + edit_count = get_be32(pb); /* entries */ for(i=0; i<edit_count; i++){ int time;