diff options
author | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-26 05:18:00 +0000 |
---|---|---|
committer | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-26 05:18:00 +0000 |
commit | 801976dc82d0c27975736999bc1c7d354796e029 (patch) | |
tree | 315e958b05d92df73390c3284dd873dea9eeae6b /stream | |
parent | 2ad1d1c0c2885a18a7228acc64e8c4b8d857db53 (diff) |
Add teletext specification reference
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24206 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r-- | stream/tvi_vbi.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stream/tvi_vbi.c b/stream/tvi_vbi.c index a7ea54a494..21c3196bdc 100644 --- a/stream/tvi_vbi.c +++ b/stream/tvi_vbi.c @@ -24,6 +24,9 @@ * (decode_raw_line_runin,pll_add,pll_reset) of MythTV project. * Code for calculating [soc:eoc] is based on aletv of Edgar Toernig. * + * Teletext system is described in + * ETS 300 706 "Enhanced Teletext specification" : May 1997 + * http://www.themm.net/~mihu/linux/saa7146/specs/ets_300706e01p.pdf * * Some implementation details: * How to port teletext to another tvi_* driver (see tvi_v4l2.c for example): |