mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-05-28 08:16:14 +00:00
fix
This commit is contained in:
@@ -322,7 +322,7 @@ static int _device_open_check_cap(struct device_t *dev) {
|
|||||||
static int _device_open_dv_timings(struct device_t *dev) {
|
static int _device_open_dv_timings(struct device_t *dev) {
|
||||||
_device_apply_resolution(dev, dev->width, dev->height);
|
_device_apply_resolution(dev, dev->width, dev->height);
|
||||||
if (dev->dv_timings) {
|
if (dev->dv_timings) {
|
||||||
LOG_DEBUG("Using DV-timings");
|
LOG_DEBUG("Using DV timings");
|
||||||
|
|
||||||
if (_device_apply_dv_timings(dev) < 0) {
|
if (_device_apply_dv_timings(dev) < 0) {
|
||||||
return -1;
|
return -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user