[MPlayer-cvslog] r24203 - trunk/stream/tv.h

voroshil subversion at mplayerhq.hu
Sun Aug 26 06:56:37 CEST 2007


Author: voroshil
Date: Sun Aug 26 06:56:37 2007
New Revision: 24203

Log:
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



Modified:
   trunk/stream/tv.h

Modified: trunk/stream/tv.h
==============================================================================
--- trunk/stream/tv.h	(original)
+++ trunk/stream/tv.h	Sun Aug 26 06:56:37 2007
@@ -250,8 +250,8 @@ void tv_start_scan(tvi_handle_t *tvh, in
 #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



More information about the MPlayer-cvslog mailing list