Changeset 4886 for pjproject


Ignore:
Timestamp:
Aug 13, 2014 2:57:01 AM (10 years ago)
Author:
nanang
Message:

Misc (re #1751): Bad typo on passthrough codec (thanks Peter Koletzki for the report).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-codec/passthrough.c

    r4082 r4886  
    310310} 
    311311 
    312 #endif /* PJMEDIA_HAS_PASSTROUGH_CODEC_AMR */ 
     312#endif /* PJMEDIA_HAS_PASSTHROUGH_CODEC_AMR */ 
    313313 
    314314 
     
    351351 
    352352    /* Register format match callback. */ 
    353 #if PJMEDIA_HAS_PASSTROUGH_CODEC_AMR 
     353#if PJMEDIA_HAS_PASSTHROUGH_CODEC_AMR 
    354354    pj_cstr(&codec_name, "AMR"); 
    355355    status = pjmedia_sdp_neg_register_fmt_match_cb( 
Note: See TracChangeset for help on using the changeset viewer.