puzzle: what happens after 3.106891851851851852 days?

- initializes correctly r_ts and w_ts (would lead to no audio input after a while)


git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@309 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 20 years ago
parent 8132928ace
commit c7f1345d28

@ -38,7 +38,7 @@ void AmPlayoutBuffer::write(u_int32_t ref_ts, u_int32_t rtp_ts,
recv_offset_i = true;
DBG("initialized recv_offset with %i (%i - %i)\n",
recv_offset, ref_ts, rtp_ts);
mapped_ts = ref_ts;// + jitter_delay;
mapped_ts = r_ts = w_ts = ref_ts;// + jitter_delay;
}
else {
mapped_ts = rtp_ts - recv_offset;// + jitter_delay;

Loading…
Cancel
Save