Cleanup: unused variable warning

This commit is contained in:
Campbell Barton 2021-05-10 16:16:29 +10:00
parent 1d6425cb64
commit 3b7df2e157
1 changed files with 2 additions and 0 deletions

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) {