# HG changeset patch # User michael # Date 1173058955 0 # Node ID 0083e7f290c35c1dae508fe59e1fb9a9d8c6f148 # Parent 255cd2d3c876603f0147541114f42a577f5ce3a7 all asf files i have have this field at 2 so lets try to change it to that ... diff -r 255cd2d3c876 -r 0083e7f290c3 asf-enc.c --- 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 */