summaryrefslogtreecommitdiffstats
path: root/input/input.h
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-04 09:13:10 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-04 09:13:10 +0000
commitbff4b3ee5eda10ba77f968015e9bcc7585a793e9 (patch)
tree64c3334cda6089f4afcfda731ba792e101af4ac1 /input/input.h
parent0bb8ec366fef0e549e0d173adc0979cb06a686a9 (diff)
downloadmpv-bff4b3ee5eda10ba77f968015e9bcc7585a793e9.tar.bz2
mpv-bff4b3ee5eda10ba77f968015e9bcc7585a793e9.tar.xz
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> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10522 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input/input.h')
-rw-r--r--input/input.h2
1 files changed, 2 insertions, 0 deletions
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