summaryrefslogtreecommitdiff
path: root/src/audio.c
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2014-05-20 23:57:05 +0200
committerAlfred E. Heggestad <aeh@db.org>2014-05-20 23:57:05 +0200
commit23833983d2f5c15e5896bf3b883270ad70ef7793 (patch)
treefeb4373fc8d0dce7a7429d93f133775ba39475ba /src/audio.c
parentb62e2c17893d0c8b47d15faa8e26cb8b0ebc31d7 (diff)
fix warning
Diffstat (limited to 'src/audio.c')
-rw-r--r--src/audio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio.c b/src/audio.c
index 36f9c6a..32bf7fd 100644
--- a/src/audio.c
+++ b/src/audio.c
@@ -302,7 +302,7 @@ static int add_audio_codec(struct audio *a, struct sdp_media *m,
static void encode_rtp_send(struct audio *a, struct autx *tx,
int16_t *sampv, size_t sampc)
{
- unsigned frame_size; /* number of samples per channel */
+ size_t frame_size; /* number of samples per channel */
size_t len;
int err;