[MPlayer-cvslog] CVS: main/libmpdemux mf.c,1.10,1.11

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Nov 27 11:23:22 CET 2005


Hi,
On Sat, Nov 26, 2005 at 06:10:19PM +0100, Alban Bedel CVS wrote:
> CVS change done by Alban Bedel CVS
> 
> Update of /cvsroot/mplayer/main/libmpdemux
> In directory mail:/var2/tmp/cvs-serv10672/libmpdemux
> 
> Modified Files:
> 	mf.c 
> Log Message:
> Add support to get the list of files from a file containing one filename
> per line. Patch from devik (devik .at. cdi .dot. cz).

Sorry for speaking up again after it was commited, but I just don't have
much time.

> + if( filename[0] == '@' )

Note that this means it is impossible to specify a filename starting
with an @...

>   if( strchr( filename,',') )
>    { 
> -   fname=malloc( 255 ); 
>     mp_msg( MSGT_STREAM,MSGL_INFO,"[mf] filelist: %s\n",filename );
>   
>     while ( ( fname=strsep( &filename,"," ) ) )

This is an unrelated fix, please try to commit such things seperately.

Greetings,
Reimar Döffinger




More information about the MPlayer-cvslog mailing list