summaryrefslogtreecommitdiff
path: root/modules/vidloop/vidloop.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/vidloop/vidloop.c')
-rw-r--r--modules/vidloop/vidloop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/vidloop/vidloop.c b/modules/vidloop/vidloop.c
index 99575e6..52f4359 100644
--- a/modules/vidloop/vidloop.c
+++ b/modules/vidloop/vidloop.c
@@ -132,6 +132,7 @@ static int packet_handler(bool marker, uint32_t rtp_ts,
struct mbuf *mb;
bool intra;
int err = 0;
+ (void)rtp_ts;
mb = mbuf_alloc(hdr_len + pld_len);
if (!mb)