Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
2bb4f7f6
Commit
2bb4f7f6
authored
Oct 23, 2013
by
Guillaume BIENKOWSKI
Browse files
Added iSAC payload type support in linphone
parent
0a021124
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
coreapi/linphonecore.c
coreapi/linphonecore.c
+1
-0
No files found.
coreapi/linphonecore.c
View file @
2bb4f7f6
...
...
@@ -1311,6 +1311,7 @@ static void linphone_core_init (LinphoneCore * lc, const LinphoneCoreVTable *vta
linphone_core_assign_payload_type
(
lc
,
&
payload_type_aaceld_22k
,
-
1
,
"config=F8EE2000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5"
);
linphone_core_assign_payload_type
(
lc
,
&
payload_type_aaceld_44k
,
-
1
,
"config=F8E82000; constantDuration=512; indexDeltaLength=3; indexLength=3; mode=AAC-hbr; profile-level-id=76; sizeLength=13; streamType=5"
);
linphone_core_assign_payload_type
(
lc
,
&
payload_type_opus
,
-
1
,
"useinbandfec=1; usedtx=1"
);
linphone_core_assign_payload_type
(
lc
,
&
payload_type_isac
,
-
1
,
NULL
);
linphone_core_handle_static_payloads
(
lc
);
ms_init
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment