[MPlayer-cvslog] r25604 - in trunk/input: input.c input.h

nicodvb subversion at mplayerhq.hu
Sat Jan 5 15:31:03 CET 2008


Author: nicodvb
Date: Sat Jan  5 15:31:03 2008
New Revision: 25604

Log:
properties to change angle; patch by oattila chello hu

Modified:
   trunk/input/input.c
   trunk/input/input.h

Modified: trunk/input/input.c
==============================================================================
--- trunk/input/input.c	(original)
+++ trunk/input/input.c	Sat Jan  5 15:31:03 2008
@@ -117,6 +117,7 @@ static mp_cmd_t mp_cmds[] = {
   { MP_CMD_GET_META_TRACK, "get_meta_track", 0, { {-1,{0}} } },
   { MP_CMD_GET_META_GENRE, "get_meta_genre", 0, { {-1,{0}} } },
   { MP_CMD_SWITCH_AUDIO, "switch_audio", 0, { { MP_CMD_ARG_INT,{-1} }, {-1,{0}} } },
+  { MP_CMD_SWITCH_ANGLE, "switch_angle", 0, { { MP_CMD_ARG_INT,{-1} }, {-1,{0}} } },
 #ifdef USE_TV
   { MP_CMD_TV_START_SCAN, "tv_start_scan", 0,  { {-1,{0}} }},
   { MP_CMD_TV_STEP_CHANNEL, "tv_step_channel", 1,  { { MP_CMD_ARG_INT ,{0}}, {-1,{0}} }},
@@ -468,6 +469,7 @@ static mp_cmd_bind_t def_cmd_binds[] = {
   
   { { '!', 0 }, "seek_chapter -1" },
   { { '@', 0 }, "seek_chapter 1" },
+  { { 'A', 0 }, "switch_angle 1" },
 
   { { 0 }, NULL }
 };

Modified: trunk/input/input.h
==============================================================================
--- trunk/input/input.h	(original)
+++ trunk/input/input.h	Sat Jan  5 15:31:03 2008
@@ -106,6 +106,7 @@
 #define MP_CMD_SUB_FILE 102
 #define MP_CMD_SUB_VOB 103
 #define MP_CMD_SUB_DEMUX 104
+#define MP_CMD_SWITCH_ANGLE 105
 
 #define MP_CMD_GUI_EVENTS       5000
 #define MP_CMD_GUI_LOADFILE     5001



More information about the MPlayer-cvslog mailing list