New upstream version 26.1.0+dfsg1

This commit is contained in:
Sebastian Ramacher 2020-12-22 18:32:50 +01:00
parent 040dcc3fc2
commit 013818c4af
594 changed files with 19576 additions and 4478 deletions

View file

@ -0,0 +1,18 @@
#ifndef OBS_SNDIO_INPUT_H
#define OBS_SNDIO_INPUT_H
struct sndio_thr_data {
obs_source_t *source;
struct obs_source_audio out;
struct sio_hdl *hdl;
struct sio_par par;
int sock;
};
struct sndio_data {
obs_source_t *source;
pthread_attr_t attr;
int sock;
};
#endif // OBS_SNDIO_INPUT_H