Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
717fa354
Commit
717fa354
authored
14 years ago
by
Simon Morlat
Browse files
Options
Download
Patches
Plain Diff
add AMR support
parent
3b919335
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
coreapi/linphonecore.c
+1
-0
coreapi/linphonecore.c
mediastreamer2
+1
-1
mediastreamer2
with
2 additions
and
1 deletion
coreapi/linphonecore.c
+
1
−
0
View file @
717fa354
...
...
@@ -1031,6 +1031,7 @@ static void linphone_core_init (LinphoneCore * lc, const LinphoneCoreVTable *vta
linphone_core_assign_payload_type
(
&
payload_type_speex_uwb
,
112
,
"vbr=on"
);
linphone_core_assign_payload_type
(
&
payload_type_telephone_event
,
101
,
"0-11"
);
linphone_core_assign_payload_type
(
&
payload_type_ilbc
,
113
,
"mode=30"
);
linphone_core_assign_payload_type
(
&
payload_type_amr
,
114
,
"octet-align=1"
);
#ifdef ENABLE_NONSTANDARD_GSM
{
...
...
This diff is collapsed.
Click to expand it.
mediastreamer2
@
b340a76e
Subproject commit
0ca839b53751c4b687535bcfae747273f3dd0c44
Subproject commit
b340a76e998c7dd2670372212b0bf14d7c59b987
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets