Cleanup: unused variable warning

This commit is contained in:
2021-05-10 16:16:29 +10:00
parent 1d6425cb64
commit 3b7df2e157

View File

@@ -1385,6 +1385,8 @@ static void end_ffmpeg_impl(FFMpegContext *context, int is_autosplit)
context->audio_mixdown_device = NULL;
}
}
# else
UNUSED_VARS(is_autosplit);
# endif
if (context->video_stream) {