ipa: raspberrypi: Fix typo and improve wording
s/Return the validated limits out though metadata./ Return the validated limits via metadata./ Signed-off-by: Sebastian Fricke <sebastian.fricke@posteo.net> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
e99fc4b0d5
commit
6b98965877
@@ -1066,7 +1066,7 @@ void IPARPi::applyFrameDurations(double minFrameDuration, double maxFrameDuratio
|
||||
minSensorFrameDuration, maxSensorFrameDuration);
|
||||
maxFrameDuration_ = std::max(maxFrameDuration_, minFrameDuration_);
|
||||
|
||||
/* Return the validated limits out though metadata. */
|
||||
/* Return the validated limits via metadata. */
|
||||
libcameraMetadata_.set(controls::FrameDurations,
|
||||
{ static_cast<int64_t>(minFrameDuration_),
|
||||
static_cast<int64_t>(maxFrameDuration_) });
|
||||
|
||||
Reference in New Issue
Block a user