diff input/input.c @ 24244:e446bad0872c

Implement X/27/0 packet decoding. It contains information about navigation links. Modified patch from Otvos Attila oattila at chello dot hu
author voroshil
date Tue, 28 Aug 2007 14:10:47 +0000
parents 76f5d8892c04
children 0c4f1a88eaae
line wrap: on
line diff
--- a/input/input.c	Tue Aug 28 13:54:27 2007 +0000
+++ b/input/input.c	Tue Aug 28 14:10:47 2007 +0000
@@ -146,6 +146,7 @@
   { MP_CMD_VF_CHANGE_RECTANGLE, "change_rectangle", 2, { {MP_CMD_ARG_INT,{0}}, {MP_CMD_ARG_INT,{0}}, {-1,{0}}}},
 #ifdef HAVE_TV_TELETEXT
   { MP_CMD_TV_TELETEXT_ADD_DEC, "teletext_add_dec", 1, { {MP_CMD_ARG_STRING,{0}}, {-1,{0}} } },
+  { MP_CMD_TV_TELETEXT_GO_LINK, "teletext_go_link", 1, { {MP_CMD_ARG_INT,{0}}, {-1,{0}} } },
 #endif
 
 #ifdef HAVE_NEW_GUI