# HG changeset patch # User michael # Date 1169425258 0 # Node ID a974b576c255cfc4e2fe233d8b3894d7f3a0c504 # Parent fdea5fc3362f693d674f025f22d88a9b854f5cd9 these variables seem to be unused on the demuxer side so theres no sense in setting them diff -r fdea5fc3362f -r a974b576c255 asf.c --- a/asf.c Sun Jan 21 23:03:09 2007 +0000 +++ b/asf.c Mon Jan 22 00:20:58 2007 +0000 @@ -754,8 +754,6 @@ int i; asf->packet_nb_frames = 0; - asf->packet_timestamp_start = -1; - asf->packet_timestamp_end = -1; asf->packet_size_left = 0; asf->packet_segments = 0; asf->packet_flags = 0;