mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] removed use of now removed frame type, fixed #105
This commit is contained in:
@@ -394,11 +394,6 @@ int frameThread(void * unused)
|
||||
lgrFormat.bpp = 12;
|
||||
break;
|
||||
|
||||
case FRAME_TYPE_H264:
|
||||
dataSize = lgrFormat.pitch;
|
||||
lgrFormat.bpp = 0;
|
||||
break;
|
||||
|
||||
default:
|
||||
DEBUG_ERROR("Unsupported frameType");
|
||||
error = true;
|
||||
|
Reference in New Issue
Block a user