Skip to content

Commit

Permalink
Added empty lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
juha-h committed Apr 7, 2020
1 parent 651da6a commit 72aad64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,15 @@ struct audio {
/* RFC 6464 */
static const char *uri_aulevel = "urn:ietf:params:rtp-hdrext:ssrc-audio-level";


uint64_t audio_jb_current_value(const struct audio* au)
{
if (!au)
return 0;
return au->rx.stats.aubuf_current_jb;
}


static double autx_calc_seconds(const struct autx *autx)
{
uint64_t dur;
Expand Down
1 change: 1 addition & 0 deletions src/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ int event_add_au_jb_stat(struct odict *od_parent, const struct call *call)
return err;
}


/**
* Get the name of the User-Agent event
*
Expand Down

0 comments on commit 72aad64

Please sign in to comment.