[vlc-devel] Creating a new decoder thread

Lukasz Kondrad vlcplayer at gmail.com
Tue Jun 13 11:16:15 CEST 2006


Hello,

I have a problem with open a decoder.  based on livedotcom I specify all
information, but no new decoder thread is created.

tk->fmt.i_codec = VLC_FOURCC( 'm', 'p', '4', 'v' );
p_extra = parseGeneralConfigStr( sub->fmtp_config(), i_extra )
tk->fmt.i_extra = i_extra;
tk->fmt.p_extra = malloc( i_extra );
memcpy( tk->fmt.p_extra, p_extra, i_extra );
es_out_Add( p_demux->out, &tk->fmt );

Could you help me and say what else shall be specified in order to the main
creates a decoder thread?

BR
Lukasz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20060613/487ef537/attachment.html>


More information about the vlc-devel mailing list