these variables seem to be unused on the demuxer side so theres no sense in setting...
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 22 Jan 2007 00:20:58 +0000 (00:20 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 22 Jan 2007 00:20:58 +0000 (00:20 +0000)
Originally committed as revision 7636 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/asf.c

index 61b2fcd..09524d8 100644 (file)
@@ -754,8 +754,6 @@ static void asf_reset_header(AVFormatContext *s)
     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;