summaryrefslogtreecommitdiffstats
path: root/stream/tv.h
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-28 02:37:48 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-28 02:37:48 +0000
commitfb7d88d3443ac76f506b398a19ca0a3ec3687de6 (patch)
tree1ba70f78d245d506378361b9553d18eae12996a4 /stream/tv.h
parentce59c5e84767e1e13ba2736278448aabaf13a06f (diff)
downloadmpv-fb7d88d3443ac76f506b398a19ca0a3ec3687de6.tar.bz2
mpv-fb7d88d3443ac76f506b398a19ca0a3ec3687de6.tar.xz
Implement 8/30 format 1 teletext packet decoding
It contains network id, network name, current date and time. patch from Otvos Attila oattila at chello dot hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24252 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tv.h')
-rw-r--r--stream/tv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/tv.h b/stream/tv.h
index bd55a030d6..202abd0012 100644
--- a/stream/tv.h
+++ b/stream/tv.h
@@ -204,6 +204,7 @@ typedef struct {
#define TV_VBI_CONTROL_START 0x554 ///< vbi start
#define TV_VBI_CONTROL_STOP 0x555 ///< vbi stop
#define TV_VBI_CONTROL_DECODE_PAGE 0x556 ///< decode vbi page
+#define TV_VBI_CONTROL_GET_NETWORKNAME 0x557 ///< get current network name
int tv_set_color_options(tvi_handle_t *tvh, int opt, int val);
int tv_get_color_options(tvi_handle_t *tvh, int opt, int* val);