mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avformat/asfdec: remove duplicated packet_segments reset
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
25c675b5a7
commit
76dad833e9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user