diff stream/tv.h @ 24232:d0290b80e612

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
author voroshil
date Tue, 28 Aug 2007 02:37:48 +0000
parents 820df52200db
children e446bad0872c
line wrap: on
line diff
--- a/stream/tv.h	Tue Aug 28 00:59:47 2007 +0000
+++ b/stream/tv.h	Tue Aug 28 02:37:48 2007 +0000
@@ -204,6 +204,7 @@
 #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);