]> sjero.net Git - linphone/blobdiff - coreapi/address.c
Add fmtp parameters to opus payload to enable FEC and DTX
[linphone] / coreapi / address.c
index 7475ab59668cddca0ac97f9b0034500dd169758c..ad07819bc37416f15840389739bb6b29e518405b 100644 (file)
@@ -139,7 +139,7 @@ static bool_t strings_equals(const char *s1, const char *s2){
  * Compare two LinphoneAddress ignoring tags and headers, basically just domain, username, and port.
  * Returns TRUE if they are equal.
 **/
-bool_t linphone_address_weak_compare(const LinphoneAddress *a1, const LinphoneAddress *a2){
+bool_t linphone_address_weak_equal(const LinphoneAddress *a1, const LinphoneAddress *a2){
        const char *u1,*u2;
        const char *h1,*h2;
        int p1,p2;