From: Mauro Carvalho Chehab Date: Fri, 1 Sep 2017 18:44:31 +0000 (-0400) Subject: media: intro.rst: don't assume audio and video codecs to be MPEG2 X-Git-Tag: v4.14-rc6~35^2~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e30c077d4125b4b69717350b44b19013ef0bbe5;p=platform%2Fkernel%2Flinux-exynos.git media: intro.rst: don't assume audio and video codecs to be MPEG2 Originally, when DVB was introduced, all codecs would be part of MPEG2 standard. That's not true anymore, as there are a large number of codec standards used on digital TV nowadays. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/media/uapi/dvb/intro.rst b/Documentation/media/uapi/dvb/intro.rst index fbae687..79b4d0e 100644 --- a/Documentation/media/uapi/dvb/intro.rst +++ b/Documentation/media/uapi/dvb/intro.rst @@ -94,11 +94,10 @@ Demultiplexer which filters the incoming Digital TV MPEG-TS stream streams it also contains data streams with information about the programs offered in this or other streams of the same provider. -MPEG2 audio and video decoder - The main targets of the demultiplexer are the MPEG2 audio and video - decoders. After decoding they pass on the uncompressed audio and - video to the computer screen or (through a PAL/NTSC encoder) to a TV - set. +Audio and video decoder + The main targets of the demultiplexer are audio and video + decoders. After decoding, they pass on the uncompressed audio and + video to the computer screen or to a TV set. .. note::