mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 02:40:26 +00:00
fix
This commit is contained in:
@@ -307,7 +307,10 @@ vidcap_quad_init(char *init_fmt)
|
||||
if((item = strtok_r(NULL, ":", &save_ptr)) != NULL)
|
||||
{
|
||||
s->device_cnt = atoi(item);
|
||||
} else {
|
||||
s->device_cnt = 1;
|
||||
}
|
||||
|
||||
free(fmt_dup);
|
||||
|
||||
/* CHECK IF QUAD CAN WORK CORRECTLY */
|
||||
|
||||
Reference in New Issue
Block a user