Mercurial > mplayer.hg
diff input/input.c @ 22667:e1859558b37d
New slave command: tv_step_freq <offset in MHz>
Command sets the TV frequency relative to current value
| author | voroshil |
|---|---|
| date | Sat, 17 Mar 2007 11:51:17 +0000 |
| parents | 76090b5fdf5d |
| children | 3d83d77f5a6b |
line wrap: on
line diff
--- a/input/input.c Sat Mar 17 11:33:01 2007 +0000 +++ b/input/input.c Sat Mar 17 11:51:17 2007 +0000 @@ -112,6 +112,7 @@ { 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_STEP_FREQ, "tv_step_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}} } }, { MP_CMD_TV_SET_BRIGHTNESS, "tv_set_brightness", 1, { { MP_CMD_ARG_INT ,{0}}, { MP_CMD_ARG_INT,{1} }, {-1,{0}} }}, { MP_CMD_TV_SET_CONTRAST, "tv_set_contrast", 1, { { MP_CMD_ARG_INT ,{0}}, { MP_CMD_ARG_INT,{1} }, {-1,{0}} }},
