Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331039
b: refs/heads/master
c: c2c9036
h: refs/heads/master
i:
  331037: a0e7d2e
  331035: faa81f7
  331031: c1d3ec2
  331023: cba59a2
  331007: 52eba67
v: v3
  • Loading branch information
Peter Senna Tschudin authored and Mauro Carvalho Chehab committed Sep 23, 2012
1 parent 0b1658a commit dfc98a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 150a1363680b93703883a0d193756d620666031a
refs/heads/master: c2c9036545dd0b8b782554cc9c001288c0a7d5a6
10 changes: 5 additions & 5 deletions trunk/drivers/media/dvb-core/dvb_demux.c
Original file line number Diff line number Diff line change
Expand Up @@ -424,12 +424,12 @@ static void dvb_dmx_swfilter_packet(struct dvb_demux *demux, const u8 *buf)
printk(KERN_INFO "TS speed %llu Kbits/sec \n",
div64_u64(speed_bytes,
speed_timedelta));
};
}

demux->speed_last_time = cur_time;
demux->speed_pkts_cnt = 0;
};
};
}
}

if (buf[1] & 0x80) {
dprintk_tscheck("TEI detected. "
Expand All @@ -451,9 +451,9 @@ static void dvb_dmx_swfilter_packet(struct dvb_demux *demux, const u8 *buf)
buf[3] & 0xf);

demux->cnt_storage[pid] = ((buf[3] & 0xf) + 1)&0xf;
};
}
/* end check */
};
}

list_for_each_entry(feed, &demux->feed_list, list_head) {
if ((feed->pid != pid) && (feed->pid != 0x2000))
Expand Down

0 comments on commit dfc98a2

Please sign in to comment.