Commit 76dad833 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/asfdec: remove duplicated packet_segments reset

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 25c675b5
......@@ -1349,7 +1349,6 @@ static void asf_reset_header(AVFormatContext *s)
int i;
asf->packet_size_left = 0;
asf->packet_segments = 0;
asf->packet_flags = 0;
asf->packet_property = 0;
asf->packet_timestamp = 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