mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 00:31:04 +03:00
fixed some bugs in network transport, increase speed
This commit is contained in:
@@ -391,7 +391,7 @@ static int changeformat(frameformat *fmt){
|
||||
|
||||
static int setbitdepth(int i){
|
||||
frameformat fmt;
|
||||
getformat(&fmt);
|
||||
if(!getformat(&fmt)) return FALSE;
|
||||
int o16bit = is16bit;
|
||||
if(i == 0) is16bit = FALSE; // 8 bit
|
||||
else is16bit = TRUE;
|
||||
|
||||
Reference in New Issue
Block a user