[Ffmpeg-cvslog] r7636 - trunk/libavformat/asf.c
michael
subversion
Mon Jan 22 01:20:59 CET 2007
Author: michael
Date: Mon Jan 22 01:20:58 2007
New Revision: 7636
Modified:
trunk/libavformat/asf.c
Log:
these variables seem to be unused on the demuxer side so theres no sense in setting them
Modified: trunk/libavformat/asf.c
==============================================================================
--- trunk/libavformat/asf.c (original)
+++ trunk/libavformat/asf.c Mon Jan 22 01:20:58 2007
@@ -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;
More information about the ffmpeg-cvslog
mailing list