mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Merge commit 'ee80f834cbb6dbacdc1efb4c658a7d775e82ebff'
* commit 'ee80f834cbb6dbacdc1efb4c658a7d775e82ebff': asfdec: set nb_streams to 0 in the asf_read_close Merged-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
commit
cd4c878934
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user