|
@@ -148,14 +148,9 @@ should be kept identical) to the types in the demux device.
|
|
|
/⋆--------------------------------------------------------------------------⋆/
|
|
|
|
|
|
typedef enum {
|
|
|
- DMX_OTHER_FE = 0,
|
|
|
- DMX_SATELLITE_FE,
|
|
|
- DMX_CABLE_FE,
|
|
|
- DMX_TERRESTRIAL_FE,
|
|
|
- DMX_LVDS_FE,
|
|
|
- DMX_ASI_FE, /⋆ DVB-ASI interface ⋆/
|
|
|
- DMX_MEMORY_FE
|
|
|
- } dmx_frontend_source_t;
|
|
|
+ DMX_MEMORY_FE,
|
|
|
+ DMX_FRONTEND_0,
|
|
|
+ } dmx_frontend_source;
|
|
|
|
|
|
typedef struct {
|
|
|
/⋆ The following char⋆ fields point to NULL terminated strings ⋆/
|
|
@@ -166,7 +161,7 @@ should be kept identical) to the types in the demux device.
|
|
|
be connected to a particular
|
|
|
demux ⋆/
|
|
|
void⋆ priv; /⋆ Pointer to private data of the API client ⋆/
|
|
|
- dmx_frontend_source_t source;
|
|
|
+ dmx_frontend_source source;
|
|
|
} dmx_frontend_t;
|
|
|
|
|
|
/⋆--------------------------------------------------------------------------⋆/
|