mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] remove YUV420 support
This commit is contained in:
parent
14cc57071c
commit
7355c196ba
@ -582,12 +582,6 @@ static int frameThread(void * unused)
|
|||||||
lgrFormat.bpp = 64;
|
lgrFormat.bpp = 64;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case FRAME_TYPE_YUV420:
|
|
||||||
dataSize = lgrFormat.height * lgrFormat.width;
|
|
||||||
dataSize += (dataSize / 4) * 2;
|
|
||||||
lgrFormat.bpp = 12;
|
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
DEBUG_ERROR("Unsupported frameType");
|
DEBUG_ERROR("Unsupported frameType");
|
||||||
error = true;
|
error = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user