dbtool -> audio file selector renaming
[paraslash.git] / ortp_send.c
index 1521b63d4031a853e9839aa617d3055241cb8cf0..94c979fcd7b8bcdf37ebc913e28ea1940a993cb6 100644 (file)
@@ -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;