Mercurial > libavformat.hg
changeset 1860:255cd2d3c876 libavformat
all the time related fields seem to be 64bit so i guess preroll is too (this is just a cosmetic anyway ...)
author | michael |
---|---|
date | Mon, 05 Mar 2007 01:28:20 +0000 |
parents | 9bc07f90d4a2 |
children | 0083e7f290c3 |
files | asf-enc.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/asf-enc.c Mon Mar 05 01:19:36 2007 +0000 +++ b/asf-enc.c Mon Mar 05 01:28:20 2007 +0000 @@ -310,8 +310,7 @@ put_le64(pb, asf->nb_packets); /* number of packets */ put_le64(pb, duration); /* end time stamp (in 100ns units) */ put_le64(pb, duration); /* duration (in 100ns units) */ - put_le32(pb, preroll_time); /* start time stamp */ - put_le32(pb, 0); /* ??? */ + put_le64(pb, preroll_time); /* start time stamp */ put_le32(pb, asf->is_streamed ? 1 : 0); /* ??? */ put_le32(pb, asf->packet_size); /* packet size */ put_le32(pb, asf->packet_size); /* packet size */