Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29949
b: refs/heads/master
c: 2544bf2
h: refs/heads/master
i:
  29947: 2a23a74
v: v3
  • Loading branch information
Valentin Zagura authored and Mauro Carvalho Chehab committed Jun 25, 2006
1 parent 1d2c05e commit 1afebf1
Show file tree
Hide file tree
Showing 2 changed files with 15 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: 07f640f0ddd72e6158fca7f0694dbaf95cee4d2c
refs/heads/master: 2544bf2d619d09b564fbdd451fe4b1ba798f9c03
14 changes: 14 additions & 0 deletions trunk/drivers/media/video/cx88/cx88-blackbird.c
Original file line number Diff line number Diff line change
Expand Up @@ -1456,6 +1456,20 @@ static int mpeg_do_ioctl(struct inode *inode, struct file *file,
blackbird_set_params(dev, f);
return 0;
}
case VIDIOC_S_FREQUENCY:
{
blackbird_api_cmd(fh->dev, CX2341X_ENC_STOP_CAPTURE, 3, 0,
BLACKBIRD_END_NOW,
BLACKBIRD_MPEG_CAPTURE,
BLACKBIRD_RAW_BITS_NONE);

cx88_do_ioctl( inode, file, 0, dev->core, cmd, arg, cx88_ioctl_hook );

blackbird_initialize_codec(dev);
cx88_set_scale(dev->core, dev->width, dev->height,
fh->mpegq.field);
return 0;
}

default:
return cx88_do_ioctl( inode, file, 0, dev->core, cmd, arg, cx88_ioctl_hook );
Expand Down

0 comments on commit 1afebf1

Please sign in to comment.