mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-16 20:35:23 +00: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