Commit 49bd1c65 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

avformat: initialize probe data (fixes #11851)

parent 1d3afcdb
......@@ -157,7 +157,7 @@ int OpenDemux( vlc_object_t *p_this )
{
demux_t *p_demux = (demux_t*)p_this;
demux_sys_t *p_sys;
AVProbeData pd;
AVProbeData pd = { };
AVInputFormat *fmt = NULL;
unsigned int i;
int64_t i_start_time = -1;
......
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