]> sjero.net Git - linphone/commitdiff
Add aac-eld paylaod type to linphone core.
authorJohan Pascal <johan.pascal@belledonne-communications.com>
Sun, 21 Apr 2013 20:06:07 +0000 (22:06 +0200)
committerJohan Pascal <johan.pascal@belledonne-communications.com>
Sun, 21 Apr 2013 20:06:07 +0000 (22:06 +0200)
- add two configurations with their respective fmtp config string

coreapi/linphonecore.c

index edf11a4071d7ca2d6808442c3f95d0396ab1c926..e967b57372b3a157d11994877e73da043f37e097 100644 (file)
@@ -1291,6 +1291,8 @@ static void linphone_core_init (LinphoneCore * lc, const LinphoneCoreVTable *vta
        linphone_core_assign_payload_type(lc,&payload_type_silk_wb,-1,NULL);
        linphone_core_assign_payload_type(lc,&payload_type_silk_swb,-1,NULL);
        linphone_core_assign_payload_type(lc,&payload_type_g729,18,"annexb=no");
+       linphone_core_assign_payload_type(lc,&payload_type_aaceld_nb,-1,"config=F8EE2000; constantDuration=512;  indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=24; sizeLength=13; streamType=5");
+       linphone_core_assign_payload_type(lc,&payload_type_aaceld_wb,-1,"config=F8E82000; constantDuration=512;  indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=24; sizeLength=13; streamType=5");
        linphone_core_handle_static_payloads(lc);
        
        ms_init();