Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261289
b: refs/heads/master
c: ab94782
h: refs/heads/master
i:
  261287: eb9161b
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jul 27, 2011
1 parent be7e638 commit 8604e0d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb029093e7408efa177e80444199746638c7d79d
refs/heads/master: ab94782213835f90f5def384ee75e171c0bfd100
29 changes: 27 additions & 2 deletions trunk/Documentation/DocBook/media/dvb/demux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,17 +135,42 @@ struct dmx_pes_filter_params

<section id="dmx-stc">
<title>struct dmx_stc</title>
<programlisting>
<programlisting>
struct dmx_stc {
unsigned int num; /&#x22C6; input : which STC? 0..N &#x22C6;/
unsigned int base; /&#x22C6; output: divisor for stc to get 90 kHz clock &#x22C6;/
__u64 stc; /&#x22C6; output: stc in 'base'&#x22C6;90 kHz units &#x22C6;/
};
</programlisting>
</section>
</section>

<section id="dmx-caps">
<title>struct dmx_caps</title>
<programlisting>
typedef struct dmx_caps {
__u32 caps;
int num_decoders;
} dmx_caps_t;
</programlisting>
</section>

<section id="dmx-source-t">
<title>enum dmx_source_t</title>
<programlisting>
typedef enum {
DMX_SOURCE_FRONT0 = 0,
DMX_SOURCE_FRONT1,
DMX_SOURCE_FRONT2,
DMX_SOURCE_FRONT3,
DMX_SOURCE_DVR0 = 16,
DMX_SOURCE_DVR1,
DMX_SOURCE_DVR2,
DMX_SOURCE_DVR3
} dmx_source_t;
</programlisting>
</section>

</section>
<section id="dmx_fcalls">
<title>Demux Function Calls</title>

Expand Down

0 comments on commit 8604e0d

Please sign in to comment.