changeset 1697:a974b576c255 libavformat

these variables seem to be unused on the demuxer side so theres no sense in setting them
author michael
date Mon, 22 Jan 2007 00:20:58 +0000
parents fdea5fc3362f
children 3590d0e5661b
files asf.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;