summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-01-22 00:20:58 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-01-22 00:20:58 +0000
commitfc9eb137325f8166622b7c86c5cdb3170a2a7b14 (patch)
treee6e596e52932b0b04c028c04d118ec0f0f318bfc /libavformat/asf.c
parent3fb2ff0be20782134f7e6bcb0abcc3a0cd9b9f55 (diff)
these variables seem to be unused on the demuxer side so theres no sense in setting them
Originally committed as revision 7636 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.c')
-rw-r--r--libavformat/asf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/asf.c b/libavformat/asf.c
index 61b2fcdcdf..09524d8d00 100644
--- a/libavformat/asf.c
+++ b/libavformat/asf.c
@@ -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;