diff options
Diffstat (limited to 'include/linux/dvb/dmx.h')
| -rw-r--r-- | include/linux/dvb/dmx.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/include/linux/dvb/dmx.h b/include/linux/dvb/dmx.h index ce3f829da82c..2787b8a22ff1 100644 --- a/include/linux/dvb/dmx.h +++ b/include/linux/dvb/dmx.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * dmx.h | 2 | * dmx.h |
| 3 | * | 3 | * |
| 4 | * Copyright (C) 2000 Marcus Metzler <marcus@convergence.de> | 4 | * Copyright (C) 2000 Marcus Metzler <marcus@convergence.de> |
| @@ -38,10 +38,10 @@ typedef enum | |||
| 38 | { | 38 | { |
| 39 | DMX_OUT_DECODER, /* Streaming directly to decoder. */ | 39 | DMX_OUT_DECODER, /* Streaming directly to decoder. */ |
| 40 | DMX_OUT_TAP, /* Output going to a memory buffer */ | 40 | DMX_OUT_TAP, /* Output going to a memory buffer */ |
| 41 | /* (to be retrieved via the read command).*/ | 41 | /* (to be retrieved via the read command).*/ |
| 42 | DMX_OUT_TS_TAP /* Output multiplexed into a new TS */ | 42 | DMX_OUT_TS_TAP /* Output multiplexed into a new TS */ |
| 43 | /* (to be retrieved by reading from the */ | 43 | /* (to be retrieved by reading from the */ |
| 44 | /* logical DVR device). */ | 44 | /* logical DVR device). */ |
| 45 | } dmx_output_t; | 45 | } dmx_output_t; |
| 46 | 46 | ||
| 47 | 47 | ||
| @@ -54,25 +54,25 @@ typedef enum | |||
| 54 | 54 | ||
| 55 | typedef enum | 55 | typedef enum |
| 56 | { | 56 | { |
| 57 | DMX_PES_AUDIO0, | 57 | DMX_PES_AUDIO0, |
| 58 | DMX_PES_VIDEO0, | 58 | DMX_PES_VIDEO0, |
| 59 | DMX_PES_TELETEXT0, | 59 | DMX_PES_TELETEXT0, |
| 60 | DMX_PES_SUBTITLE0, | 60 | DMX_PES_SUBTITLE0, |
| 61 | DMX_PES_PCR0, | 61 | DMX_PES_PCR0, |
| 62 | 62 | ||
| 63 | DMX_PES_AUDIO1, | 63 | DMX_PES_AUDIO1, |
| 64 | DMX_PES_VIDEO1, | 64 | DMX_PES_VIDEO1, |
| 65 | DMX_PES_TELETEXT1, | 65 | DMX_PES_TELETEXT1, |
| 66 | DMX_PES_SUBTITLE1, | 66 | DMX_PES_SUBTITLE1, |
| 67 | DMX_PES_PCR1, | 67 | DMX_PES_PCR1, |
| 68 | 68 | ||
| 69 | DMX_PES_AUDIO2, | 69 | DMX_PES_AUDIO2, |
| 70 | DMX_PES_VIDEO2, | 70 | DMX_PES_VIDEO2, |
| 71 | DMX_PES_TELETEXT2, | 71 | DMX_PES_TELETEXT2, |
| 72 | DMX_PES_SUBTITLE2, | 72 | DMX_PES_SUBTITLE2, |
| 73 | DMX_PES_PCR2, | 73 | DMX_PES_PCR2, |
| 74 | 74 | ||
| 75 | DMX_PES_AUDIO3, | 75 | DMX_PES_AUDIO3, |
| 76 | DMX_PES_VIDEO3, | 76 | DMX_PES_VIDEO3, |
| 77 | DMX_PES_TELETEXT3, | 77 | DMX_PES_TELETEXT3, |
| 78 | DMX_PES_SUBTITLE3, | 78 | DMX_PES_SUBTITLE3, |
| @@ -90,8 +90,8 @@ typedef enum | |||
| 90 | 90 | ||
| 91 | typedef enum | 91 | typedef enum |
| 92 | { | 92 | { |
| 93 | DMX_SCRAMBLING_EV, | 93 | DMX_SCRAMBLING_EV, |
| 94 | DMX_FRONTEND_EV | 94 | DMX_FRONTEND_EV |
| 95 | } dmx_event_t; | 95 | } dmx_event_t; |
| 96 | 96 | ||
| 97 | 97 | ||
