This commit is contained in:
Frank Skare
2021-06-17 23:45:58 +02:00
parent 446d88e16a
commit 2078ff867b
7 changed files with 171 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ namespace mpvnet
int hi = result >> 8;
int lo = result & 0xFF;
if (lo == -1)
if (lo == -1 || hi == -1)
return;
vk = lo;