This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
asfdec: set nb_streams to 0 in the asf_read_close
Signed-off-by: Anton Khirnov <anton@khirnov.net>
tags/n2.8
Alexandra Hájková
Anton Khirnov
10 years ago
parent
21c90d86d2
commit
ee80f834cb
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/asfdec.c
+ 1
- 0
libavformat/asfdec.c
View File
@@ -1457,6 +1457,7 @@ static int asf_read_close(AVFormatContext *s)
av_dict_free(&asf->asf_sd[i].asf_met);
}
asf->nb_streams = 0;
return 0;
}
Write
Preview
Loading…
Cancel
Save