Commit 2f4f8cef authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix V4L2 typo

It had no effects since both enumeration members had the same value.
parent 3b357566
......@@ -238,7 +238,7 @@ static float GetMaxFPS( int fd, uint32_t pixel_format,
return max;
}
case V4L2_FRMSIZE_TYPE_STEPWISE:
case V4L2_FRMIVAL_TYPE_STEPWISE:
case V4L2_FRMIVAL_TYPE_CONTINUOUS:
return __MAX( (float)fie.stepwise.max.denominator
/ (float)fie.stepwise.max.numerator,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment