From 17558a2f5e3efe98e0d08e120ce4f7804062c7ff Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 26 Jun 2023 12:14:33 +0200 Subject: [PATCH] gpustitch: removed unused var setting The variable was removed by a commit d7082b647e but not its setting. --- src/video_capture/gpustitch.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/video_capture/gpustitch.cpp b/src/video_capture/gpustitch.cpp index bb0766db4..66c21e3d0 100644 --- a/src/video_capture/gpustitch.cpp +++ b/src/video_capture/gpustitch.cpp @@ -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);