libobs: Lower max audio tick count to 45 (approx >1 sec)

The default buffering time for audio was always 1 second before the
audio subsystem was changed, and it was always more than sufficient for
max audio buffering time
This commit is contained in:
jp9000
2016-02-21 11:26:43 -08:00
parent 5a071ace4a
commit 31496ec363

View File

@@ -24,7 +24,7 @@ struct ts_info {
};
#define DEBUG_AUDIO 0
#define MAX_BUFFERING_TICKS 80
#define MAX_BUFFERING_TICKS 45
static void push_audio_tree(obs_source_t *parent, obs_source_t *source, void *p)
{