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:
parent
e99fc4b0d5
commit
6b98965877
1 changed files with 1 additions and 1 deletions
|
@ -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_) });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue