diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2016-07-03 13:05:16 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-08-24 15:48:22 +0300 |
commit | b714fb006482f23d4439e6916ce922225aa3fe38 (patch) | |
tree | cb50108cef20d5000b4d43f57f658401888cad3f /drivers/media/pci/bt8xx/bttvp.h | |
parent | 10d5509c8d50a2c2f761a08a616530dced35e2d8 (diff) | |
download | linux-b714fb006482f23d4439e6916ce922225aa3fe38.tar.xz |
[media] bttv: convert g/s_crop to g/s_selection
This is part of a final push to convert all drivers to g/s_selection.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/pci/bt8xx/bttvp.h')
-rw-r--r-- | drivers/media/pci/bt8xx/bttvp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/bt8xx/bttvp.h b/drivers/media/pci/bt8xx/bttvp.h index b1e0023f923c..9efc4559fa8e 100644 --- a/drivers/media/pci/bt8xx/bttvp.h +++ b/drivers/media/pci/bt8xx/bttvp.h @@ -232,7 +232,7 @@ struct bttv_fh { const struct bttv_format *ovfmt; struct bttv_overlay ov; - /* Application called VIDIOC_S_CROP. */ + /* Application called VIDIOC_S_SELECTION. */ int do_crop; /* vbi capture */ |