Commit 1a28a5c0 authored by Tristan Matthews's avatar Tristan Matthews

demux: adaptative: fix uninitialized variable (cid #1313823)

parent 49a05843
......@@ -565,6 +565,7 @@ BaseStreamOutput::Demuxed::Demuxed(es_out_id_t *id, const es_format_t *fmt)
{
p_queue = NULL;
pp_queue_last = &p_queue;
recycle = false;
es_id = id;
es_format_Init(&fmtcpy, UNKNOWN_ES, 0);
es_format_Copy(&fmtcpy, fmt);
......
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