[Mplayer-cvslog] CVS: main/input input.c,1.34,1.35 input.h,1.12,1.13
Arpi of Ize
arpi at mplayerhq.hu
Tue Jun 4 22:17:09 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main cfg-mplayer.h,1.153,1.154 mplayer.c,1.512,1.513
- Next message: [Mplayer-cvslog] CVS: main/libvo sub.h,1.18,1.19 video_out.c,1.51,1.52 video_out.h,1.33,1.34 vo_xv.c,1.92,1.93
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/input
In directory mail:/var/tmp.root/cvs-serv24199/input
Modified Files:
input.c input.h
Log Message:
pan&scan support with -vo xv by ?? <mplayer at svennevid.net>
Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- input.c 25 May 2002 09:46:37 -0000 1.34
+++ input.c 4 Jun 2002 20:17:06 -0000 1.35
@@ -65,6 +65,7 @@
#endif
{ MP_CMD_VO_FULLSCREEN, "vo_fullscreen", 0, { {-1,{0}} } },
{ MP_CMD_SCREENSHOT, "screenshot", 0, { {-1,{0}} } },
+ { MP_CMD_PANSCAN, "panscan",1, { {MP_CMD_ARG_FLOAT,{0}}, {MP_CMD_ARG_INT,{0}}, {-1,{0}} } },
#ifdef HAVE_NEW_GUI
{ MP_CMD_GUI_LOADFILE, "gui_loadfile", 0, { {-1,{0}} } },
@@ -243,6 +244,8 @@
#endif
{ { 'f', 0 }, "vo_fullscreen" },
{ { 's', 0 }, "screenshot" },
+ { { 'w', 0 }, "panscan -0.1" },
+ { { 'e', 0 }, "panscan +0.1" },
{ { 0 }, NULL }
};
Index: input.h
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- input.h 18 May 2002 00:11:43 -0000 1.12
+++ input.h 4 Jun 2002 20:17:06 -0000 1.13
@@ -26,6 +26,7 @@
#define MP_CMD_SUB_POS 21
#define MP_CMD_DVDNAV 22
#define MP_CMD_SCREENSHOT 23
+#define MP_CMD_PANSCAN 24
#define MP_CMD_GUI_EVENTS 5000
#define MP_CMD_GUI_LOADFILE 5001
- Previous message: [Mplayer-cvslog] CVS: main cfg-mplayer.h,1.153,1.154 mplayer.c,1.512,1.513
- Next message: [Mplayer-cvslog] CVS: main/libvo sub.h,1.18,1.19 video_out.c,1.51,1.52 video_out.h,1.33,1.34 vo_xv.c,1.92,1.93
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list