← Back to team overview

rohc team mailing list archive

TS_Stride when generating dynamic part RTP header

 

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

Follow ups