some error corrections TNEWSTRUCT
authormocm
Mon Mar 04 09:27:48 2002 -0300 (10 years ago)
changeset 10590f7a81a6222d5
parent 10589ccf9e44287e3
child 10591a9c8df90405e
some error corrections
dvb-spec/dvbapi/dvbapi.tex
dvb-spec/dvbapi/intro.tex
dvb-spec/dvbapi/video.tex
       1 --- a/dvb-spec/dvbapi/dvbapi.tex	Fri Feb 15 08:17:18 2002 -0200
       2 +++ b/dvb-spec/dvbapi/dvbapi.tex	Mon Mar 04 09:27:48 2002 -0300
       3 @@ -131,7 +131,7 @@
       4  \renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}{}}
       5  \lhead[\fancyplain{}{\bfseries \thepage}]{\bfseries \rightmark}
       6  \rhead[\fancyplain{}{\bfseries \leftmark}]{\bfseries \thepage}
       7 -\cfoot{\copyright 2001 convergence integrated media GmbH}
       8 +\cfoot{\copyright 2002 convergence GmbH}
       9  
      10  \input{intro.tex}
      11  
     1.1 --- a/dvb-spec/dvbapi/intro.tex	Fri Feb 15 08:17:18 2002 -0200
     1.2 +++ b/dvb-spec/dvbapi/intro.tex	Mon Mar 04 09:27:48 2002 -0300
     1.3 @@ -68,7 +68,7 @@
     1.4  
     1.5  The demultiplexer splits the TS into its components like audio and video 
     1.6  streams. Besides usually several of such audio and video streams it also 
     1.7 -contains data strams with information about the programs offered in this
     1.8 +contains data streams with information about the programs offered in this
     1.9  or other streams of the same provider.
    1.10  
    1.11  \item MPEG2 audio and video decoder 
    1.12 @@ -118,14 +118,6 @@
    1.13  but we will omit the ``\texttt{/dev/ost/}'' in the further dicussion of 
    1.14  these devices. 
    1.15  
    1.16 -%Thus, the \texttt{audio} and \texttt{video} devices directly control 
    1.17 -%the MPEG2 decoder audio and video decoder, respectively. 
    1.18 -%Depending on the kind of frontend present (satellite, cable or
    1.19 -%terrestrial), it will be controlled either through the 
    1.20 -%\texttt{qpsk} or \texttt{qamfe} device. 
    1.21 -%DiSEqC or other kinds of control signals can be sent to the 
    1.22 -%antenna hardware through the \texttt{sec} device.
    1.23 -
    1.24  If more than one card is present in the system the other cards
    1.25  can be accessed through the corresponding devices with the
    1.26  card's number appended. \texttt{/dev/ost/demux0} (which 
     2.1 --- a/dvb-spec/dvbapi/video.tex	Fri Feb 15 08:17:18 2002 -0200
     2.2 +++ b/dvb-spec/dvbapi/video.tex	Mon Mar 04 09:27:48 2002 -0300
     2.3 @@ -2,8 +2,10 @@
     2.4  
     2.5  The DVB video device controls the MPEG2 video decoder of the DVB hardware.
     2.6  It can be accessed through \texttt{/dev/ost/video}.
     2.7 -The include file \texttt{ost/video.h} defines the data types and lists all I/O calls.
     2.8 -
     2.9 +The include file \texttt{ost/video.h} defines the data types and lists
    2.10 +all I/O calls. Please note that some DVB cards don't have their own
    2.11 +MPEG decoder, which results in the omission of the audio and video
    2.12 +device as well as the video4linux device. 
    2.13  
    2.14  \devsubsec{Video Data Types}
    2.15