diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-08-30 11:19:25 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-09-05 11:50:36 +0200 |
commit | 3e202f2b32e18c5807a169a6cf10059b14ac467a (patch) | |
tree | e16c7cb8602c4407a0e3f181d7aaf84c15428cdb | |
parent | media: dvb/intro: use the term Digital TV to refer to the system (diff) | |
download | linux-3e202f2b32e18c5807a169a6cf10059b14ac467a.tar.xz linux-3e202f2b32e18c5807a169a6cf10059b14ac467a.zip |
media: dvb/intro: update references for TV standards
The references there are only for DVB. Add missing references for
ATSC and ISDB standards.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r-- | Documentation/media/uapi/dvb/intro.rst | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/media/uapi/dvb/intro.rst b/Documentation/media/uapi/dvb/intro.rst index de432ffcba50..991643d3b461 100644 --- a/Documentation/media/uapi/dvb/intro.rst +++ b/Documentation/media/uapi/dvb/intro.rst @@ -18,10 +18,13 @@ part I of the MPEG2 specification ISO/IEC 13818 (aka ITU-T H.222), i.e you should know what a program/transport stream (PS/TS) is and what is meant by a packetized elementary stream (PES) or an I-frame. -Various DVB standards documents are available from http://www.dvb.org -and/or http://www.etsi.org. +Various Digital TV standards documents are available for download at: -It is also necessary to know how to access unix/linux devices and how to +- European standards (DVB): http://www.dvb.org and/or http://www.etsi.org. +- American standards (ATSC): https://www.atsc.org/standards/ +- Japanese standards (ISDB): http://www.dibeg.org/ + +It is also necessary to know how to access Linux devices and how to use ioctl calls. This also includes the knowledge of C or C++. |