[MPlayer-cvslog] r19959 - trunk/vidix/drivers/radeon_vid.c

Sascha Sommer saschasommer at freenet.de
Mon Sep 25 20:36:46 CEST 2006


On Sunday 24 September 2006 04:36, Rich Felker wrote:
> On Sat, Sep 23, 2006 at 06:46:08PM +0200, faust3 wrote:
> > Author: faust3
> > Date: Sat Sep 23 18:46:08 2006
> > New Revision: 19959
> >
> > Modified:
> >    trunk/vidix/drivers/radeon_vid.c
> >
> > Log:
> > move video memory info printf before the WIN32 workaround
> >
> > Modified: trunk/vidix/drivers/radeon_vid.c
> > =========================================================================
> >===== --- trunk/vidix/drivers/radeon_vid.c	(original)
> > +++ trunk/vidix/drivers/radeon_vid.c	Sat Sep 23 18:46:08 2006
> > @@ -1166,13 +1166,14 @@
> >        radeon_ram_size = 8192*1024;
> >    }
> >  #endif
> > +  printf(RADEON_MSG" Video memory = %uMb\n",radeon_ram_size/0x100000);
> >  #ifdef WIN32
> > +  //mapping large areas of video ram will fail on windows
>
> Change this to fprintf to stderr or better yet a proper log callback.
> Having vidix drivers spam stdout is not acceptable.
>

Feel free to do this change yourself.

Regards

Sascha



More information about the MPlayer-cvslog mailing list