Mercurial > libavformat.hg
changeset 1861:0083e7f290c3 libavformat
all asf files i have have this field at 2 so lets try to change it to that ...
author | michael |
---|---|
date | Mon, 05 Mar 2007 01:42:35 +0000 |
parents | 255cd2d3c876 |
children | 7ac4b32fd3fc |
files | asf-enc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/asf-enc.c Mon Mar 05 01:28:20 2007 +0000 +++ b/asf-enc.c Mon Mar 05 01:42:35 2007 +0000 @@ -311,7 +311,7 @@ put_le64(pb, duration); /* end time stamp (in 100ns units) */ put_le64(pb, duration); /* duration (in 100ns units) */ put_le64(pb, preroll_time); /* start time stamp */ - put_le32(pb, asf->is_streamed ? 1 : 0); /* ??? */ + put_le32(pb, asf->is_streamed ? 3 : 2); /* ??? */ put_le32(pb, asf->packet_size); /* packet size */ put_le32(pb, asf->packet_size); /* packet size */ put_le32(pb, bit_rate); /* Nominal data rate in bps */