mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
This commit is contained in:
parent
3fb2ff0be2
commit
fc9eb13732
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user