[MPlayer-cvslog] r25062 - trunk/libmpdemux/demux_mf.c

Rich Felker dalias at aerifal.cx
Sun Nov 18 09:08:01 CET 2007


On Sat, Nov 17, 2007 at 06:28:33PM +0100, reimar wrote:
> Author: reimar
> Date: Sat Nov 17 18:28:33 2007
> New Revision: 25062
> 
> Log:
> Remove a pointless #ifdef
> 
> 
> Modified:
>    trunk/libmpdemux/demux_mf.c
> 
> Modified: trunk/libmpdemux/demux_mf.c
> ==============================================================================
> --- trunk/libmpdemux/demux_mf.c	(original)
> +++ trunk/libmpdemux/demux_mf.c	Sat Nov 17 18:28:33 2007
> @@ -41,11 +41,7 @@ static int demux_mf_fill_buffer(demuxer_
>    stat( mf->names[mf->curr_frame],&fs );
>  //  printf( "[demux_mf] frame: %d (%s,%d)\n",mf->curr_frame,mf->names[mf->curr_frame],fs.st_size );
>  
> -#ifdef WIN32
>    if ( !( f=fopen( mf->names[mf->curr_frame],"rb" ) ) ) return 0;
> -#else
> -  if ( !( f=fopen( mf->names[mf->curr_frame],"r" ) ) ) return 0;
> -#endif

Wow, someone needs serious cola for that......

Rich



More information about the MPlayer-cvslog mailing list