added jansson to the main project

This commit is contained in:
jp9000
2013-11-22 10:02:57 -07:00
parent bf8548c415
commit d8b49034c9
8 changed files with 100 additions and 8 deletions

View File

@@ -202,7 +202,7 @@ static bool obs_init_data(void)
static void obs_free_data(void)
{
struct obs_data *data = &obs->data;
size_t i;
uint32_t i;
for (i = 0; i < MAX_CHANNELS; i++)
obs_set_output_source(i, NULL);