Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:vodoo
libv4l
libv4l-0.6.4-fix_declaration_of_autogain_adjust...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libv4l-0.6.4-fix_declaration_of_autogain_adjust.patch of Package libv4l
diff --git a/libv4lconvert/processing/autogain.c b/libv4lconvert/processing/autogain.c index 65f3b57..5978bb8 100644 --- a/libv4lconvert/processing/autogain.c +++ b/libv4lconvert/processing/autogain.c @@ -40,7 +40,7 @@ static int autogain_active(struct v4lprocessing_data *data) { } /* Adjust ctrl value with steps steps, while not crossing limit */ -static int autogain_adjust(struct v4l2_queryctrl *ctrl, int *value, +static void autogain_adjust(struct v4l2_queryctrl *ctrl, int *value, int steps, int limit) { int ctrl_range = (ctrl->maximum - ctrl->minimum) / ctrl->step;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor