Ignore:
Timestamp:
Sep 4, 2008 7:37:30 AM (16 years ago)
Author:
bennylp
Message:

Ticke#609: Build/compilation error in Python module (undeclared dec_fmtp_mode/enc_fmtp_mode) (thanks Saul Ibarra for the report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/python/_pjsua.h

    r2163 r2260  
    29872987    unsigned    penh; 
    29882988    unsigned    plc; 
     2989#if 0 
    29892990    pj_uint8_t  enc_fmtp_mode; 
    29902991    pj_uint8_t  dec_fmtp_mode;  
     2992#endif 
    29912993 
    29922994} PyObj_pjmedia_codec_param_setting; 
     
    30243026        "Packet loss concealment" 
    30253027    }, 
     3028#if 0   // no longer valid with latest modification in codec 
    30263029    { 
    30273030        "enc_fmtp_mode", T_INT,  
     
    30343037        "Mode param in fmtp (def:0)" 
    30353038    }, 
     3039#endif 
    30363040     
    30373041    {NULL}  /* Sentinel */ 
Note: See TracChangeset for help on using the changeset viewer.