We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65e60f3 + 3f2df94 commit 0f3d285Copy full SHA for 0f3d285
src/class/video/video_device.c
@@ -559,6 +559,7 @@ static bool _negotiate_streaming_parameters(videod_streaming_interface_t const *
559
uint_fast8_t num_intervals = frm->uncompressed.bFrameIntervalType;
560
if (num_intervals) {
561
interval = 0;
562
+ interval_ms = 0;
563
} else {
564
interval = frm->uncompressed.dwFrameInterval[2];
565
interval_ms = interval / 10000;
0 commit comments