mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-21 19:01:21 +00:00
[host] linux: fix compilation
This commit is contained in:
parent
ad43969c1a
commit
dab5618a6d
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ static CaptureFormat convertSpaFormat(enum spa_video_format spa)
|
|||
return CAPTURE_FMT_BGRA;
|
||||
|
||||
case SPA_VIDEO_FORMAT_xBGR_210LE:
|
||||
return CAPTURE_FMT_RGBA10;
|
||||
return CAPTURE_FMT_RGBA10_HDR;
|
||||
|
||||
case SPA_VIDEO_FORMAT_RGBA_F16:
|
||||
return CAPTURE_FMT_RGBA16F;
|
||||
|
|
Loading…
Add table
Reference in a new issue