gpustitch: removed unused var setting

The variable was removed by a commit d7082b647e but not its setting.
This commit is contained in:
Martin Pulec
2023-06-26 12:14:33 +02:00
parent 2073a173b8
commit 17558a2f5e

View File

@@ -530,7 +530,6 @@ vidcap_gpustitch_init(struct vidcap_params *params, void **state)
return VIDCAP_INIT_FAIL;
}
s->audio_source_index = -1;
s->frames = 0;
gettimeofday(&s->t0, NULL);