mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-02-18 02:55:46 +00:00
lint fix
This commit is contained in:
parent
4cec824b13
commit
5692d81e46
@ -831,8 +831,8 @@ static int _capture_open_format(us_capture_s *cap, bool first) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void _capture_open_hw_fps(us_capture_s *cap) {
|
static void _capture_open_hw_fps(us_capture_s *cap) { // cppcheck-suppress constParameterPointer
|
||||||
us_capture_runtime_s *const run = cap->run;
|
const us_capture_runtime_s *const run = cap->run;
|
||||||
|
|
||||||
struct v4l2_streamparm setfps = {.type = run->capture_type};
|
struct v4l2_streamparm setfps = {.type = run->capture_type};
|
||||||
_LOG_DEBUG("Querying HW FPS ...");
|
_LOG_DEBUG("Querying HW FPS ...");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user