[MPlayer-cvslog] CVS: main/libvo video_out.c, 1.106, 1.107 x11_common.c, 1.208, 1.209
Reynaldo H. Verdejo CVS
syncmail at mplayerhq.hu
Mon Apr 24 09:20:37 CEST 2006
- Previous message: [MPlayer-cvslog] CVS: main/libao2 audio_out.c,1.54,1.55
- Next message: [MPlayer-cvslog] CVS: main/libmpdemux cdda.c, 1.22, 1.23 cddb.c, 1.24, 1.25 demux_mkv.c, 1.59, 1.60 demux_ogg.c, 1.91, 1.92 demux_ts.c, 1.48, 1.49 demuxer.c, 1.219, 1.220 stream_dvd.c, 1.15, 1.16 vcd_read.h, 1.15, 1.16 vcd_read_darwin.h, 1.3, 1.4 vcd_read_fbsd.h, 1.8, 1.9 vcd_read_nbsd.h, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Reynaldo H. Verdejo CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv7108/libvo
Modified Files:
video_out.c x11_common.c
Log Message:
Get ride of the several if(identify) messy lines and rearangment of some of the output, both patches by Kiriuja mplayer-patches AT en-directo_net, his changes are barely unrelated, nevertheless Im commiting them thogeter just for the sake of my mental healt, I had both patches already applied on my local three
Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- video_out.c 24 Apr 2006 04:23:53 -0000 1.106
+++ video_out.c 24 Apr 2006 07:20:34 -0000 1.107
@@ -263,8 +263,7 @@
void list_video_out(void){
int i=0;
mp_msg(MSGT_CPLAYER, MSGL_INFO, MSGTR_AvailableVideoOutputDrivers);
- if (identify)
- mp_msg(MSGT_GLOBAL, MSGL_INFO, "ID_VIDEO_OUTPUTS\n");
+ mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_VIDEO_OUTPUTS\n");
while (video_out_drivers[i]) {
const vo_info_t *info = video_out_drivers[i++]->info;
mp_msg(MSGT_GLOBAL, MSGL_INFO,"\t%s\t%s\n", info->short_name, info->name);
Index: x11_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/x11_common.c,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- x11_common.c 20 Apr 2006 16:17:06 -0000 1.208
+++ x11_common.c 24 Apr 2006 07:20:34 -0000 1.209
@@ -216,8 +216,7 @@
void fstype_help(void)
{
mp_msg(MSGT_VO, MSGL_INFO, MSGTR_AvailableFsType);
- if (identify)
- mp_msg(MSGT_GLOBAL, MSGL_INFO, "ID_FULL_SCREEN_TYPES\n");
+ mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_FULL_SCREEN_TYPES\n");
mp_msg(MSGT_VO, MSGL_INFO, " %-15s %s\n", "none",
"don't set fullscreen window layer");
- Previous message: [MPlayer-cvslog] CVS: main/libao2 audio_out.c,1.54,1.55
- Next message: [MPlayer-cvslog] CVS: main/libmpdemux cdda.c, 1.22, 1.23 cddb.c, 1.24, 1.25 demux_mkv.c, 1.59, 1.60 demux_ogg.c, 1.91, 1.92 demux_ts.c, 1.48, 1.49 demuxer.c, 1.219, 1.220 stream_dvd.c, 1.15, 1.16 vcd_read.h, 1.15, 1.16 vcd_read_darwin.h, 1.3, 1.4 vcd_read_fbsd.h, 1.8, 1.9 vcd_read_nbsd.h, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list