Skip to content

Commit

Permalink
Fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed May 10, 2021
1 parent f8e8c5e commit b047ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/janus_audiobridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -6814,8 +6814,8 @@ static void *janus_audiobridge_mixer_thread(void *data) {
time_t passed, d_s, d_us;

/* RTP */
gint16 seq = 0;
gint32 ts = 0;
guint16 seq = 0;
guint32 ts = 0;
/* SRTP buffer, if needed */
char sbuf[1500];

Expand Down

0 comments on commit b047ccf

Please sign in to comment.