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.
1 parent 65e60f3 commit 3f2df94Copy full SHA for 3f2df94
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