X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ortp_send.c;h=94c979fcd7b8bcdf37ebc913e28ea1940a993cb6;hp=1521b63d4031a853e9839aa617d3055241cb8cf0;hb=4c9c14ef6dec05d198a2e3c26dfce15ff25ea8ba;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/ortp_send.c b/ortp_send.c index 1521b63d..94c979fc 100644 --- a/ortp_send.c +++ b/ortp_send.c @@ -146,7 +146,7 @@ static void ortp_send(struct audio_format *af, long unsigned current_chunk, { struct ortp_target *ot, *tmp; size_t sendbuf_len; - size_t header_len = 0; + int header_len = 0; int packet_type = ORTP_DATA, stream_type = af && af->get_header_info; /* header stream? */ char *sendbuf, *header_buf = NULL;