git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21c90d8
)
asfdec: set nb_streams to 0 in the asf_read_close
author
Alexandra Hájková
<alexandra.khirnova@gmail.com>
Wed, 22 Jul 2015 19:38:15 +0000
(21:38 +0200)
committer
Anton Khirnov
<anton@khirnov.net>
Thu, 23 Jul 2015 07:47:59 +0000
(09:47 +0200)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavformat/asfdec.c
patch
|
blob
|
history
diff --git
a/libavformat/asfdec.c
b/libavformat/asfdec.c
index
6dc34d9
..
305c01c
100644
(file)
--- a/
libavformat/asfdec.c
+++ b/
libavformat/asfdec.c
@@
-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;
}