libcamera: pipeline: imx8-isi: Remove unused variable
The `mbusCodes` variable in `ISICameraConfiguration::validateRaw()`
has been unused since
87fed43253
("libcamera: imx8-isi: Break out RAW format selection"),
so remove it.
Signed-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
ee92b5211c
commit
83543f08d5
1 changed files with 0 additions and 1 deletions
|
@ -366,7 +366,6 @@ ISICameraConfiguration::validateRaw(std::set<Stream *> &availableStreams,
|
||||||
* Make sure the requested RAW format is supported by the
|
* Make sure the requested RAW format is supported by the
|
||||||
* pipeline, otherwise adjust it.
|
* pipeline, otherwise adjust it.
|
||||||
*/
|
*/
|
||||||
std::vector<unsigned int> mbusCodes = data_->sensor_->mbusCodes();
|
|
||||||
StreamConfiguration &rawConfig = config_[0];
|
StreamConfiguration &rawConfig = config_[0];
|
||||||
PixelFormat rawFormat = rawConfig.pixelFormat;
|
PixelFormat rawFormat = rawConfig.pixelFormat;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue