From 0f559826b0f6b634c7df574830d6001ee3021bea Mon Sep 17 00:00:00 2001 From: voroshil Date: Sun, 26 Aug 2007 04:56:37 +0000 Subject: 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 --- stream/tv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stream/tv.h') 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 -- cgit v1.2.3