diff input/input.c @ 10521:141141fdd250

I'd like to change tv tuner frequency in the slave mode. So this patch helps me. Patch by Kir Kostuchenko <kir@users.sourceforge.net>
author gabucino
date Mon, 04 Aug 2003 09:13:10 +0000
parents 9a061dbdba3e
children 7e5733a8c33b
line wrap: on
line diff
--- a/input/input.c	Mon Aug 04 07:46:22 2003 +0000
+++ b/input/input.c	Mon Aug 04 09:13:10 2003 +0000
@@ -85,6 +85,8 @@
   { MP_CMD_TV_STEP_CHANNEL_LIST, "tv_step_chanlist", 0, { {-1,{0}} }  },
   { MP_CMD_TV_SET_CHANNEL, "tv_set_channel", 1, { { MP_CMD_ARG_STRING, {0}}, {-1,{0}}  }},
   { MP_CMD_TV_LAST_CHANNEL, "tv_last_channel", 0, { {-1,{0}} } },
+  { MP_CMD_TV_SET_FREQ, "tv_set_freq", 1, { {MP_CMD_ARG_FLOAT,{0}}, {-1,{0}} } },
+  { MP_CMD_TV_SET_NORM, "tv_set_norm", 1, { {MP_CMD_ARG_STRING,{0}}, {-1,{0}} } },
 #endif
   { MP_CMD_VO_FULLSCREEN, "vo_fullscreen", 0, { {-1,{0}} } },
   { MP_CMD_SCREENSHOT, "screenshot", 0, { {-1,{0}} } },