summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-26 04:56:37 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-26 04:56:37 +0000
commit0f559826b0f6b634c7df574830d6001ee3021bea (patch)
tree0022958bc8a527936db648c368f5dccc7b2c85db /stream
parent8138eb7b5f79bc1913a9d5162363462ae1548451 (diff)
downloadmpv-0f559826b0f6b634c7df574830d6001ee3021bea.tar.bz2
mpv-0f559826b0f6b634c7df574830d6001ee3021bea.tar.xz
Enable decoding of packet X/24, it is usual teletext line
and contains labels for navigation links. 10l: fix comments for constants. patch from Otvos Attila oattila at chello dot hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24203 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/tv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/tv.h b/stream/tv.h
index c61c4b6c87..bd55a030d6 100644
--- a/stream/tv.h
+++ b/stream/tv.h
@@ -250,8 +250,8 @@ void tv_start_scan(tvi_handle_t *tvh, int start);
#define VBI_MAX_PAGES 0x800 ///< max sub pages number
#define VBI_MAX_SUBPAGES 64 ///< max sub pages number
-#define VBI_ROWS 24 ///< teletext page width in chars
-#define VBI_COLUMNS 40 ///< teletext page height in chars
+#define VBI_ROWS 25 ///< teletext page height in rows
+#define VBI_COLUMNS 40 ///< teletext page width in chars
#define VBI_TIME_LINEPOS 26 ///< time line pos in page header
typedef