Ignore:
Timestamp:
Jun 5, 2008 10:50:40 AM (16 years ago)
Author:
nanang
Message:

Ticket #473:

  • fixed issue on Speex multiple frames (encoding: encoded bits concatenation & decoding: frames parsing)
  • updated pjmedia stream & codecs on encoding multiple frames
  • introduced bit_info in pjmedia_frame and jitter buffer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/codec.h

    r974 r1983  
    376376    /**  
    377377     * Instruct the codec to encode the specified input frame. The input 
    378      * PCM samples MUST have ptime that is exactly equal to base frame 
     378     * PCM samples MUST have ptime that is multiplication of base frame 
    379379     * ptime (i.e. the value of info.frm_ptime in #pjmedia_codec_param). 
    380380     * 
Note: See TracChangeset for help on using the changeset viewer.