Commit ea12f1d9 authored by michael's avatar michael

these variables seem to be unused on the demuxer side so theres no sense in setting them


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7636 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6c74c63f
...@@ -754,8 +754,6 @@ static void asf_reset_header(AVFormatContext *s) ...@@ -754,8 +754,6 @@ static void asf_reset_header(AVFormatContext *s)
int i; int i;
asf->packet_nb_frames = 0; asf->packet_nb_frames = 0;
asf->packet_timestamp_start = -1;
asf->packet_timestamp_end = -1;
asf->packet_size_left = 0; asf->packet_size_left = 0;
asf->packet_segments = 0; asf->packet_segments = 0;
asf->packet_flags = 0; asf->packet_flags = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment