libobs: Store circular audio buffer on source itself (skip)

(Note: This commit breaks libobs compilation.  Skip if bisecting)

Removes audio lines and stores the circular buffer for the audio on the
source itself.
This commit is contained in:
jp9000
2016-01-26 11:49:30 -08:00
parent f73bbe6746
commit bc0b85cb79
4 changed files with 140 additions and 16 deletions
+4
View File
@@ -108,6 +108,10 @@ enum obs_source_type {
typedef void (*obs_source_enum_proc_t)(obs_source_t *parent,
obs_source_t *child, void *param);
struct obs_source_audio_mix {
struct audio_output_data output[MAX_AUDIO_MIXES];
};
/**
* Source definition structure
*/