Ignore:
Timestamp:
May 13, 2006 10:46:23 PM (18 years ago)
Author:
bennylp
Message:

Another major modifications in PJMEDIA:

  • handle multiple frames in one packet
  • split stream creation into two steps to allow customization
  • PLC framework and implementation with G.711 and speex
  • stream returns NO_FRAME correctly.
  • added ptime argument in pjsua
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/errno.c

    r420 r438  
    8888    { PJMEDIA_CODEC_EFRMTOOSHORT,   "Codec frame is too short" }, 
    8989    { PJMEDIA_CODEC_EPCMTOOSHORT,   "PCM frame is too short" }, 
     90    { PJMEDIA_CODEC_EFRMINLEN,      "Invalid codec frame length" }, 
    9091 
    9192    /* Media errors. */ 
Note: See TracChangeset for help on using the changeset viewer.