Commit 3b7bfa10 authored by Rafaël Carré's avatar Rafaël Carré

Do not try to packetize if we couldn't find a packetizer

parent 0e6f4f95
......@@ -809,6 +809,7 @@ static decoder_t * CreateDecoder( vlc_object_t *p_parent,
{
es_format_Clean( &p_owner->p_packetizer->fmt_in );
vlc_object_release( p_owner->p_packetizer );
p_owner->p_packetizer = NULL;
}
}
}
......
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