mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
8138eb7b5f
commit
0f559826b0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue