[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.26,1.27
Nick Kurshev
nick at mplayer.dev.hu
Tue Oct 30 17:47:41 CET 2001
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.25,1.26
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux asf.h,1.7,1.8 asf_streaming.c,1.7,1.8 aviprint.c,1.8,1.9 aviwrite.c,1.3,1.4 demux_mov.c,1.23,1.24 demux_mpg.c,1.33,1.34 demuxer.h,1.16,1.17 dvdauth.h,1.4,1.5 network.c,1.8,1.9 parse_es.c,1.6,1.7 stream.h,1.11,1.12 test.c,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv3789/main/libvo
Modified Files:
vo_vesa.c
Log Message:
print 'sw convertor usage' without verbosing
Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- vo_vesa.c 30 Oct 2001 16:17:38 -0000 1.26
+++ vo_vesa.c 30 Oct 2001 16:47:27 -0000 1.27
@@ -594,7 +594,7 @@
printf("vo_vesa: Can't convert %u to %u\n",image_bpp,video_mode_info.BitsPerPixel);
return -1;
}
- if(verbose) printf("vo_vesa: using %u to %u sw convertor\n",image_bpp,video_mode_info.BitsPerPixel);
+ printf("vo_vesa: using %u-bpp to %u-bpp sw convertor\n",image_bpp,video_mode_info.BitsPerPixel);
}
if((video_mode_info.WinAAttributes & FRAME_MODE) == FRAME_MODE)
win.idx = 0; /* frame A */
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.25,1.26
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux asf.h,1.7,1.8 asf_streaming.c,1.7,1.8 aviprint.c,1.8,1.9 aviwrite.c,1.3,1.4 demux_mov.c,1.23,1.24 demux_mpg.c,1.33,1.34 demuxer.h,1.16,1.17 dvdauth.h,1.4,1.5 network.c,1.8,1.9 parse_es.c,1.6,1.7 stream.h,1.11,1.12 test.c,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list