Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118714
b: refs/heads/master
c: a248237
h: refs/heads/master
v: v3
  • Loading branch information
Frederic CAND authored and Mauro Carvalho Chehab committed Nov 11, 2008
1 parent 2eb8881 commit 70c28b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dec0c46ac2af9bbc4a2acd56e5bffbf02f20113e
refs/heads/master: a2482377c9df89daa0cb94252bd1e8829c0e9c2f
4 changes: 4 additions & 0 deletions trunk/drivers/media/video/cx88/cx88-blackbird.c
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,10 @@ static unsigned int
mpeg_poll(struct file *file, struct poll_table_struct *wait)
{
struct cx8802_fh *fh = file->private_data;
struct cx8802_dev *dev = fh->dev;

if (!dev->mpeg_active)
blackbird_start_codec(file, fh);

return videobuf_poll_stream(file, &fh->mpegq, wait);
}
Expand Down

0 comments on commit 70c28b8

Please sign in to comment.