Added the font file and some little fixes.

parent f4d738af
digraph decoder { digraph decoder {
"app" [ label="Application" "app" [ shape="box"
color="blue4" ]; label="Application"
"psi_dec" [ label="PSI decoder" color="blue4"
color="red3" ]; fontname="Helvetica" ];
"specific_dec" [ label="Specific decoder" "psi_dec" [ shape="box"
color="green4" ]; label="PSI decoder"
color="red3"
fontname="Helvetica" ];
"specific_dec" [ shape="box"
label="Specific decoder"
color="green4"
fontname="Helvetica" ];
app -> psi_dec -> specific_dec -> app app -> psi_dec -> specific_dec -> app
} }
...@@ -10,7 +10,7 @@ describes how to use it and the "C" API.</p> ...@@ -10,7 +10,7 @@ describes how to use it and the "C" API.</p>
<h2>What is libdvbpsi ?</h2> <h2>What is libdvbpsi ?</h2>
<p><em>libdvbpsi</em> is a set of tools which allows to decode and generate all the Program specific Information (<em>PSI</em>) present in a MPEG2 TS or a DVB stream. The two keywords are <em>portability</em> and <em>simplicity</em></p> <p><em>libdvbpsi</em> is a set of tools which allows to decode and generate all the Program specific Information (<em>PSI</em>) present in a MPEG2 TS or a DVB stream. The two keywords are <em>portability</em> and <em>simplicity</em>.</p>
<h2>Currently supported tables</h2> <h2>Currently supported tables</h2>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment