Commit 4bc8525a authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: dvb_demux: fix type of dvb_demux_feed.ts_type

Just like pes_type, this field represents an enum. Properly
identify it as such.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent cd3c6019
......@@ -95,7 +95,7 @@ struct dvb_demux_feed {
ktime_t timeout;
struct dvb_demux_filter *filter;
int ts_type;
enum ts_filter_type ts_type;
enum dmx_ts_pes pes_type;
int cc;
......
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