rtpsession: whitespace fixes

This commit is contained in:
Wim Taymans 2009-09-03 19:08:53 +02:00
parent 65d90baf84
commit 3f629f6001

View file

@ -71,10 +71,10 @@ enum
/* update average packet size, we keep this scaled by 16 to keep enough /* update average packet size, we keep this scaled by 16 to keep enough
* precision. */ * precision. */
#define UPDATE_AVG(avg, val) \ #define UPDATE_AVG(avg, val) \
if ((avg) == 0) \ if ((avg) == 0) \
(avg) = (val) << 4; \ (avg) = (val) << 4; \
else \ else \
(avg) = ((val) + (15 * (avg))) >> 4; (avg) = ((val) + (15 * (avg))) >> 4;
/* The number RTCP intervals after which to timeout entries in the /* The number RTCP intervals after which to timeout entries in the