提交 4bc8525a 编写于 作者: M 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: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 cd3c6019
...@@ -95,7 +95,7 @@ struct dvb_demux_feed { ...@@ -95,7 +95,7 @@ struct dvb_demux_feed {
ktime_t timeout; ktime_t timeout;
struct dvb_demux_filter *filter; struct dvb_demux_filter *filter;
int ts_type; enum ts_filter_type ts_type;
enum dmx_ts_pes pes_type; enum dmx_ts_pes pes_type;
int cc; int cc;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册