Ignore:
Timestamp:
Dec 10, 2010 11:04:30 AM (13 years ago)
Author:
bennylp
Message:

Migration of current video works from private repository to this repository. This closed #1176

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/2.0-dev/pjmedia/include/pjmedia/errno.h

    r2394 r3392  
    392392 */ 
    393393#define PJMEDIA_RTP_EREMNORFC2833   (PJMEDIA_ERRNO_START+107)    /* 220107 */ 
    394  
     394/** 
     395 * @hideinitializer 
     396 * Invalid or bad format 
     397 */ 
     398#define PJMEDIA_EBADFMT             (PJMEDIA_ERRNO_START+108)    /* 220108 */ 
    395399 
    396400 
     
    518522 */ 
    519523#define PJMEDIA_EFRMFILETOOBIG      (PJMEDIA_ERRNO_START+183)    /* 220183 */ 
     524/** 
     525 * @hideinitializer 
     526 * Unsupported AVI file. 
     527 */ 
     528#define PJMEDIA_EAVIUNSUPP          (PJMEDIA_ERRNO_START+191)    /* 220191 */ 
    520529 
    521530 
Note: See TracChangeset for help on using the changeset viewer.