Remove unused variable

This commit is contained in:
pstef 2025-04-12 22:45:37 +00:00
parent cc842fd4b2
commit 6d2e7e4ec9
1 changed files with 0 additions and 1 deletions

View File

@ -275,7 +275,6 @@ static void ffmpeg_camera_poll_thread(void *data);
static bool ffmpeg_camera_start(void *data)
{
const settings_t *settings = config_get_ptr();
ffmpeg_camera_t *ffmpeg = data;
int result = 0;
AVStream *stream = NULL;