| Thread Previous • Date Previous • Date Next • Thread Next |
Hi Didier,
Looking at rtp_code_dynamic_rtp_part() in c_rtp.c, it appears that there's a
small error in line 568:
rohc_debugf(3, "send ts_stride = %04x on 4 bytes\n", ts_stride);
Shouldn't it be
" ... send ts_stride = %08x .. " ?
Regards,
Josephine
| Thread Previous • Date Previous • Date Next • Thread Next |