diff --git a/janus/src/audio.h b/janus/src/audio.h index e9e114f..a10d80e 100644 --- a/janus/src/audio.h +++ b/janus/src/audio.h @@ -52,8 +52,8 @@ typedef struct { SpeexResamplerState *res; OpusEncoder *enc; - us_queue_s *pcm_queue; - us_queue_s *enc_queue; + us_queue_s *pcm_queue; + us_queue_s *enc_queue; uint32_t pts; pthread_t pcm_tid; diff --git a/janus/src/client.h b/janus/src/client.h index 5c47993..8e044ee 100644 --- a/janus/src/client.h +++ b/janus/src/client.h @@ -44,12 +44,12 @@ typedef struct us_janus_client_sx { janus_plugin_session *session; atomic_bool transmit; - pthread_t video_tid; - pthread_t audio_tid; - atomic_bool stop; + pthread_t video_tid; + pthread_t audio_tid; + atomic_bool stop; - us_queue_s *video_queue; - us_queue_s *audio_queue; + us_queue_s *video_queue; + us_queue_s *audio_queue; US_LIST_STRUCT(struct us_janus_client_sx); } us_janus_client_s;