[MPlayer-cvslog] CVS: main/libvo video_out.c, 1.98, 1.99 x11_common.c, 1.192, 1.193
Guillaume Poirier CVS
syncmail at mplayerhq.hu
Tue Jun 21 01:07:38 CEST 2005
CVS change done by Guillaume Poirier CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv3405/libvo
Modified Files:
video_out.c x11_common.c
Log Message:
adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM en DASH directo POUM net>
Index: video_out.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/video_out.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- video_out.c 5 May 2005 00:17:27 -0000 1.98
+++ video_out.c 20 Jun 2005 23:07:35 -0000 1.99
@@ -260,6 +260,8 @@
void list_video_out(){
int i=0;
mp_msg(MSGT_CPLAYER, MSGL_INFO, MSGTR_AvailableVideoOutputDrivers);
+ if (identify)
+ mp_msg(MSGT_GLOBAL, MSGL_INFO, "ID_VIDEO_OUTPUTS\n");
while (video_out_drivers[i]) {
const vo_info_t *info = video_out_drivers[i++]->info;
printf("\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.192
retrieving revision 1.193
diff -u -r1.192 -r1.193
--- x11_common.c 16 Jun 2005 09:08:07 -0000 1.192
+++ x11_common.c 20 Jun 2005 23:07:35 -0000 1.193
@@ -220,6 +220,8 @@
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_VO, MSGL_INFO, " %-15s %s\n", "none",
"don't set fullscreen window layer");
More information about the MPlayer-cvslog
mailing list