|
@@ -572,13 +572,13 @@ static int dvb_dmxdev_start_feed(struct dmxdev *dmxdev,
|
|
dmx_output_t otype;
|
|
dmx_output_t otype;
|
|
int ret;
|
|
int ret;
|
|
int ts_type;
|
|
int ts_type;
|
|
- enum dmx_ts_pes ts_pes;
|
|
|
|
|
|
+ dmx_pes_type_t ts_pes;
|
|
struct dmx_ts_feed *tsfeed;
|
|
struct dmx_ts_feed *tsfeed;
|
|
|
|
|
|
feed->ts = NULL;
|
|
feed->ts = NULL;
|
|
otype = para->output;
|
|
otype = para->output;
|
|
|
|
|
|
- ts_pes = (enum dmx_ts_pes)para->pes_type;
|
|
|
|
|
|
+ ts_pes = para->pes_type;
|
|
|
|
|
|
if (ts_pes < DMX_PES_OTHER)
|
|
if (ts_pes < DMX_PES_OTHER)
|
|
ts_type = TS_DECODER;
|
|
ts_type = TS_DECODER;
|