obs-ffmpeg: Remove extra curly braces

This commit is contained in:
John Bradley
2015-03-10 14:34:37 -05:00
parent a73c15ae16
commit baea0f583a

View File

@@ -400,9 +400,8 @@ static void ffmpeg_source_destroy(void *data)
ff_demuxer_free(s->demuxer);
if (s->sws_ctx != NULL) {
if (s->sws_ctx != NULL)
sws_freeContext(s->sws_ctx);
}
bfree(s);
}