Opened 15 years ago

Closed 15 years ago

#778 closed defect (fixed)

Endianness issue in IPP G.722.1 codec.

Reported by: nanang Owned by: nanang
Priority: normal Milestone: release-1.2
Component: pjmedia Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description

The codec engine works with 16 bits coded data, i.e: encoder output & decoder input are (array of) 16-bits encoded data, so codec wrapper must take care of the endianness before/after packing/decoding RTP payload.

Change History (1)

comment:1 Changed 15 years ago by nanang

  • Resolution set to fixed
  • Status changed from new to closed

In r2573:

  • Fixed IPP G722.1 codec to aware about endianness in packing/decoding G722.1 RTP payload.
Note: See TracTickets for help on using tickets.