Commit ee80f834 authored by Alexandra Hájková's avatar Alexandra Hájková Committed by Anton Khirnov

asfdec: set nb_streams to 0 in the asf_read_close

Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 21c90d86
......@@ -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;
}
......
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