libobs/plugins/UI: Suppress unused variables warnings

Closes jp9000/obs-studio#937
This commit is contained in:
Shaolin
2017-06-01 03:58:42 -03:00
committed by jp9000
parent 4c61ae9513
commit e5756a922a
7 changed files with 12 additions and 9 deletions

View File

@@ -249,6 +249,8 @@ static void ffmpeg_source_open(struct ffmpeg_source *s)
static void ffmpeg_source_tick(void *data, float seconds)
{
UNUSED_PARAMETER(seconds);
struct ffmpeg_source *s = data;
if (s->destroy_media) {
if (s->media_valid) {