$OpenBSD: patch-test_rtp_decoder_c,v 1.1 2015/04/25 23:40:49 sthen Exp $
--- test/rtp_decoder.c.orig	Sat Apr 25 10:29:19 2015
+++ test/rtp_decoder.c	Sat Apr 25 10:31:44 2015
@@ -466,7 +466,8 @@ rtp_decoder_handle_pkt(u_char *arg, const struct pcap_
   dcdr->frame_nr++;
 
   if (dcdr->start_tv.tv_sec == 0 && dcdr->start_tv.tv_sec == 0) {
-    dcdr->start_tv = hdr->ts;
+    dcdr->start_tv.tv_sec = hdr->ts.tv_sec;
+    dcdr->start_tv.tv_usec = hdr->ts.tv_usec;
   }
 
   if (hdr->caplen < dcdr->rtp_offset) {
