mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-02-17 18:45: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;
|
||||
}
|
||||
|
||||
static void _capture_open_hw_fps(us_capture_s *cap) {
|
||||
us_capture_runtime_s *const run = cap->run;
|
||||
static void _capture_open_hw_fps(us_capture_s *cap) { // cppcheck-suppress constParameterPointer
|
||||
const us_capture_runtime_s *const run = cap->run;
|
||||
|
||||
struct v4l2_streamparm setfps = {.type = run->capture_type};
|
||||
_LOG_DEBUG("Querying HW FPS ...");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user