summaryrefslogtreecommitdiffstats
path: root/stream/tv.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/tv.h')
-rw-r--r--stream/tv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/stream/tv.h b/stream/tv.h
index 202abd0012..98f9417f2e 100644
--- a/stream/tv.h
+++ b/stream/tv.h
@@ -280,6 +280,11 @@ typedef struct tt_char_s{
unsigned char raw; ///< raw character (as received from device)
} tt_char;
+typedef struct tt_link_s{
+ int pagenum; ///< page number
+ int subpagenum; ///< subpage number
+} tt_link_t;
+
typedef struct tt_page_s{
int pagenum; ///< page number
int subpagenum; ///< subpage number
@@ -288,6 +293,7 @@ typedef struct tt_page_s{
unsigned char flags; ///< page flags, not used
unsigned char raw[VBI_ROWS*VBI_COLUMNS]; ///< page data
struct tt_page_s* next_subpage;
+ struct tt_link_s links[6];
} tt_page;
typedef struct tt_stream_props_s{