summaryrefslogtreecommitdiff
path: root/test/test_srtp.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_srtp.cc
parent06cd551da9405a220b170ffaf77d6554cbace69d (diff)
Fix round robin frame selector. Add l16 and jpeg profiles. Add timestamp to lrtp_enqueue_frame.
Diffstat (limited to 'test/test_srtp.cc')
-rw-r--r--test/test_srtp.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_srtp.cc b/test/test_srtp.cc
index c7b82e5..7c0dc60 100644
--- a/test/test_srtp.cc
+++ b/test/test_srtp.cc
@@ -78,7 +78,7 @@ public:
CPPUNIT_ASSERT_EQUAL(sz, sz0);
int err = 0;
- for(int i = 0; i < sz0; i++) {
+ for(size_t i = 0; i < sz0; i++) {
err += abs(buf0[i] - buf[i]);
}