qcam: dng_writer: Fix missing field name
While reformatting the table the field name was missed for one entry,
add it.
Fixes: db7235b714 ("qcam: Add DNGWriter")
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
@@ -65,7 +65,7 @@ static const std::map<PixelFormat, FormatInfo> formatInfo = {
|
||||
{ PixelFormat(DRM_FORMAT_SGBRG10, MIPI_FORMAT_MOD_CSI2_PACKED), {
|
||||
.bitsPerSample = 10,
|
||||
.pattern = { CFAPatternGreen, CFAPatternBlue, CFAPatternRed, CFAPatternGreen },
|
||||
packScanlineSBGGR10P,
|
||||
.packScanline = packScanlineSBGGR10P,
|
||||
} },
|
||||
{ PixelFormat(DRM_FORMAT_SGRBG10, MIPI_FORMAT_MOD_CSI2_PACKED), {
|
||||
.bitsPerSample = 10,
|
||||
|
||||
Reference in New Issue
Block a user