Hello, <br><br>I have a problem with open a decoder.  based on livedotcom I specify all information, but no new decoder thread is created.<br><br>tk->fmt.i_codec = VLC_FOURCC( 'm', 'p', '4', 'v' );<br>p_extra = parseGeneralConfigStr( sub->fmtp_config(), i_extra )  
<br>tk->fmt.i_extra = i_extra;<br>tk->fmt.p_extra = malloc( i_extra );<br>memcpy( tk->fmt.p_extra, p_extra, i_extra );<br>es_out_Add( p_demux->out, &tk->fmt );<br><br>Could you help me and say what else shall be specified in order to the main creates a decoder thread?
<br><br>BR <br>Lukasz<br>