summaryrefslogtreecommitdiff
path: root/test/test_rtp.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-01-06 08:07:56 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2014-01-06 08:07:56 +0100
commit0f900a2b4d7707dddeddadd62ac5a109aed93e7e (patch)
treec7b125951de8d4e6ee045449d03b3772e84f8bac /test/test_rtp.cc
parent06cd551da9405a220b170ffaf77d6554cbace69d (diff)
Fix round robin frame selector. Add l16 and jpeg profiles. Add timestamp to lrtp_enqueue_frame.
Diffstat (limited to 'test/test_rtp.cc')
-rw-r--r--test/test_rtp.cc2
1 files changed, 1 insertions, 1 deletions
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);