From b61657c12c4af79bfbe932a49ca321edf675901a Mon Sep 17 00:00:00 2001 From: voroshil Date: Sat, 1 Sep 2007 01:22:30 +0000 Subject: Proper support for flashing chars in teletext pages. Patch from Otvos Attila oattila at chello dot hu git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24312 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/tv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'stream/tv.h') diff --git a/stream/tv.h b/stream/tv.h index d35b78e9bb..31d5785282 100644 --- a/stream/tv.h +++ b/stream/tv.h @@ -276,6 +276,7 @@ typedef struct tt_char_s{ unsigned char fg; ///< foreground color unsigned char bg; ///< background color unsigned char gfx; ///< 0-no gfx, 1-solid gfx, 2-separated gfx + unsigned char flh; ///< 0-no flash, 1-flash unsigned char ctl; ///< control character unsigned char lng; ///< lang: 0-secondary language,1-primary language unsigned char raw; ///< raw character (as received from device) -- cgit v1.2.3