Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;