Commit 2a278dfb authored by Thomas Guillem's avatar Thomas Guillem

decoder: set packetizer's fmt_out.b_packetized to true

parent 080f21c3
......@@ -1609,7 +1609,10 @@ static decoder_t * CreateDecoder( vlc_object_t *p_parent,
p_owner->p_packetizer = NULL;
}
else
{
p_owner->p_packetizer->fmt_out.b_packetized = true;
fmt = &p_owner->p_packetizer->fmt_out;
}
}
}
......
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