mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-11 10:03:43 +00:00
indentation fix
This commit is contained in:
@@ -52,8 +52,8 @@ typedef struct {
|
|||||||
SpeexResamplerState *res;
|
SpeexResamplerState *res;
|
||||||
OpusEncoder *enc;
|
OpusEncoder *enc;
|
||||||
|
|
||||||
us_queue_s *pcm_queue;
|
us_queue_s *pcm_queue;
|
||||||
us_queue_s *enc_queue;
|
us_queue_s *enc_queue;
|
||||||
uint32_t pts;
|
uint32_t pts;
|
||||||
|
|
||||||
pthread_t pcm_tid;
|
pthread_t pcm_tid;
|
||||||
|
|||||||
@@ -44,12 +44,12 @@ typedef struct us_janus_client_sx {
|
|||||||
janus_plugin_session *session;
|
janus_plugin_session *session;
|
||||||
atomic_bool transmit;
|
atomic_bool transmit;
|
||||||
|
|
||||||
pthread_t video_tid;
|
pthread_t video_tid;
|
||||||
pthread_t audio_tid;
|
pthread_t audio_tid;
|
||||||
atomic_bool stop;
|
atomic_bool stop;
|
||||||
|
|
||||||
us_queue_s *video_queue;
|
us_queue_s *video_queue;
|
||||||
us_queue_s *audio_queue;
|
us_queue_s *audio_queue;
|
||||||
|
|
||||||
US_LIST_STRUCT(struct us_janus_client_sx);
|
US_LIST_STRUCT(struct us_janus_client_sx);
|
||||||
} us_janus_client_s;
|
} us_janus_client_s;
|
||||||
|
|||||||
Reference in New Issue
Block a user