From c4debc9042c9a52bbac5af585bf6e2a0b08ec7e5 Mon Sep 17 00:00:00 2001 From: voroshil Date: Tue, 28 Aug 2007 14:10:47 +0000 Subject: Implement X/27/0 packet decoding. It contains information about navigation links. Modified patch from Otvos Attila oattila at chello dot hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24264 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.c | 1 + 1 file changed, 1 insertion(+) (limited to 'input') diff --git a/input/input.c b/input/input.c index 07ce0de8df..faf9ea9e95 100644 --- a/input/input.c +++ b/input/input.c @@ -146,6 +146,7 @@ static mp_cmd_t mp_cmds[] = { { 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 -- cgit v1.2.3