Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161450
b: refs/heads/master
c: a4afd65
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Oberritter authored and Mauro Carvalho Chehab committed Sep 12, 2009
1 parent f763471 commit 27e3254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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: 1cb662a3144992259edfd3cf9f54a6b25a913a0f
refs/heads/master: a4afd65870188b872ec9b5cc0330f7c818c4c3a4
8 changes: 2 additions & 6 deletions trunk/drivers/media/dvb/dvb-core/dvb_demux.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,13 +425,9 @@ static void dvb_dmx_swfilter_packet(struct dvb_demux *demux, const u8 *buf)
if ((DVR_FEED(feed)) && (dvr_done++))
continue;

if (feed->pid == pid) {
if (feed->pid == pid)
dvb_dmx_swfilter_packet_type(feed, buf);
if (DVR_FEED(feed))
continue;
}

if (feed->pid == 0x2000)
else if (feed->pid == 0x2000)
feed->cb.ts(buf, 188, NULL, 0, &feed->feed.ts, DMX_OK);
}
}
Expand Down

0 comments on commit 27e3254

Please sign in to comment.