mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-15 03:48:09 +00:00
[all] add initial support for RGB24-bpp support
This commit is contained in:
@@ -681,7 +681,8 @@ int main_frameThread(void * unused)
|
||||
lgrFormat.bpp = 64;
|
||||
break;
|
||||
|
||||
case FRAME_TYPE_BGR:
|
||||
case FRAME_TYPE_BGR_32:
|
||||
case FRAME_TYPE_RGB_24:
|
||||
lgrFormat.bpp = 24;
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user