X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ortp_recv.c;h=87e2d25bd7dcc57f8cdf20dd7509fb896489c9c1;hb=ccf75f4378e82b8a1dab0e34fa0f0eaba7fb6f67;hp=887b8e73d33d25f38a86cffef7229e059959dad4;hpb=e0e5a7c1a04c6a2ee4a475e823657e06e6df2f99;p=paraslash.git diff --git a/ortp_recv.c b/ortp_recv.c index 887b8e73..87e2d25b 100644 --- a/ortp_recv.c +++ b/ortp_recv.c @@ -96,11 +96,6 @@ static void compute_next_chunk(struct timeval *now, unsigned chunk_time, pord->timestamp, pord->next_chunk.tv_sec, pord->next_chunk.tv_usec); } -/** \cond */ -#define BUF_TO_VAL(buf) (((unsigned)(buf)[1] & 0xff) + 256 \ - * ((unsigned)(buf)[0] & 0xff)) -/** \endcond */ - static int ortp_recv_post_select(struct receiver_node *rn, int select_ret, __a_unused fd_set *rfds, __a_unused fd_set *wfds)