From 0f900a2b4d7707dddeddadd62ac5a109aed93e7e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 6 Jan 2014 08:07:56 +0100 Subject: Fix round robin frame selector. Add l16 and jpeg profiles. Add timestamp to lrtp_enqueue_frame. --- test/test_rtp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_rtp.cc') diff --git a/test/test_rtp.cc b/test/test_rtp.cc index 489cd42..4703740 100644 --- a/test/test_rtp.cc +++ b/test/test_rtp.cc @@ -105,7 +105,7 @@ public: CPPUNIT_ASSERT_EQUAL(sz, sz2); int err = 0; - for(int i = 0; i < sz; i++) { + for(size_t i = 0; i < sz; i++) { err += abs(buf[i] - buf2[i]); } CPPUNIT_ASSERT_EQUAL(0, err); -- cgit v1.2.3