[MPlayer-dev-eng] (Cache & demuxers) & Movs (= 0 if cache too small ;
Fabian Franz
FabianFranz at gmx.de
Sun Jan 12 15:53:57 CET 2003
> so mplayer could do
> if(demuxer->type==DEMUXER_TYPE_PLAYLIST){
> while(demux_read_packet(demuxer))
> playtree_add_entry()...
> }
are you sure you meant demux_read_packet ?
A grep showed it just once:
libmpdemux/demux_mpg.c: mp_dbg(MSGT_DEMUX,MSGL_DBG3,"demux_read_packet:
%X\n",id);
Also I have no idea where in the demuxers the stream is acutally demuxed :-(
I'll go read the docs again ...
cu
Fabian
>
> ok it's also a bit tricky (messy) but not so bad :)
>
> and if once done we could move the other parsers to the demuxer layer this
> way :)
More information about the MPlayer-dev-eng
mailing list