SIGN IN SIGN UP
obsproject / obs-studio UNCLAIMED

OBS Studio - Free and open source software for live streaming and screen recording

0 0 119 C

linux-v4l2: Fix timeout logging

The timeout_usec variable is uint64_t, but the log format was set to %ld
(signed long int), so it would sometimes log a nonsensical value. Let's
use $PRIu64 instead, which should be equivalent to %llu (unsigned long
long int).

Fixes #5797.
R
Ryan Foster committed
a7d3df37635217dda4c948776264f70b3ba8bf6f
Parent: 3240b05
Committed by Jim <obs.jim@gmail.com> on 1/15/2022, 4:43:25 AM