Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226356
b: refs/heads/master
c: 9ae2ae3
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 29, 2010
1 parent be886e2 commit 0344717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1035758d5bdcd6c2f7308a35185f1d6f3b6b5443
refs/heads/master: 9ae2ae35f8a8a13997b9ec719ae7c151a2182e80
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/dvb-core/dmxdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,13 +572,13 @@ static int dvb_dmxdev_start_feed(struct dmxdev *dmxdev,
dmx_output_t otype;
int ret;
int ts_type;
enum dmx_ts_pes ts_pes;
dmx_pes_type_t ts_pes;
struct dmx_ts_feed *tsfeed;

feed->ts = NULL;
otype = para->output;

ts_pes = (enum dmx_ts_pes)para->pes_type;
ts_pes = para->pes_type;

if (ts_pes < DMX_PES_OTHER)
ts_type = TS_DECODER;
Expand Down

0 comments on commit 0344717

Please sign in to comment.