mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 10:04:58 +00:00
gpustitch: removed unused var setting
The variable was removed by a commit d7082b647e but not its setting.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user