[media] pvrusb2: Fix a few missing default control values, for cropping
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
4cfe3319a1
commit
35fa5d4c48
@@ -1114,6 +1114,7 @@ static const struct pvr2_ctl_info control_defs[] = {
|
||||
.internal_id = PVR2_CID_CROPW,
|
||||
.default_value = 720,
|
||||
DEFREF(cropw),
|
||||
DEFINT(0, 864),
|
||||
.get_max_value = ctrl_cropw_max_get,
|
||||
.get_def_value = ctrl_get_cropcapdw,
|
||||
}, {
|
||||
@@ -1122,6 +1123,7 @@ static const struct pvr2_ctl_info control_defs[] = {
|
||||
.internal_id = PVR2_CID_CROPH,
|
||||
.default_value = 480,
|
||||
DEFREF(croph),
|
||||
DEFINT(0, 576),
|
||||
.get_max_value = ctrl_croph_max_get,
|
||||
.get_def_value = ctrl_get_cropcapdh,
|
||||
}, {
|
||||
|
Reference in New Issue
Block a user