* stream: added stream_DemuxNew, stream_DemuxSend, stream_DemuxDelete
to chain demuxer. - stream_DemuxNew: create a special stream_t, launch a thread that will open a demuxer, and call p_demux->pf_demux until asked to die. - stream_DemuxSend: append a block to be used by the new demuxer. - stream_DemuxDelete : free all data...
Showing
Please register or sign in to comment