From bff4b3ee5eda10ba77f968015e9bcc7585a793e9 Mon Sep 17 00:00:00 2001 From: gabucino Date: Mon, 4 Aug 2003 09:13:10 +0000 Subject: I'd like to change tv tuner frequency in the slave mode. So this patch helps me. Patch by Kir Kostuchenko git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10522 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'input/input.h') diff --git a/input/input.h b/input/input.h index 34ff50067d..1e6392d612 100644 --- a/input/input.h +++ b/input/input.h @@ -43,6 +43,8 @@ #define MP_CMD_SUB_ALIGNMENT 39 #define MP_CMD_TV_LAST_CHANNEL 40 #define MP_CMD_OSD_SHOW_TEXT 41 +#define MP_CMD_TV_SET_FREQ 42 +#define MP_CMD_TV_SET_NORM 43 #define MP_CMD_GUI_EVENTS 5000 #define MP_CMD_GUI_LOADFILE 5001 -- cgit v1.2.3