You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
asfdec: set nb_streams to 0 in the asf_read_close
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
committed by
Anton Khirnov
parent
21c90d86d2
commit
ee80f834cb
@@ -1457,6 +1457,7 @@ static int asf_read_close(AVFormatContext *s)
|
|||||||
av_dict_free(&asf->asf_sd[i].asf_met);
|
av_dict_free(&asf->asf_sd[i].asf_met);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
asf->nb_streams = 0;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user