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
40511edc
Commit
40511edc
authored
Apr 22, 2013
by
johan
Browse files
Rename aac-eld modes to 22k and 44k
parent
99e73613
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
coreapi/linphonecore.c
coreapi/linphonecore.c
+2
-2
No files found.
coreapi/linphonecore.c
View file @
40511edc
...
@@ -1291,8 +1291,8 @@ static void linphone_core_init (LinphoneCore * lc, const LinphoneCoreVTable *vta
...
@@ -1291,8 +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_wb
,
-
1
,
NULL
);
linphone_core_assign_payload_type
(
lc
,
&
payload_type_silk_swb
,
-
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_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_
22k
,
-
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_assign_payload_type
(
lc
,
&
payload_type_aaceld_
44k
,
-
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
);
linphone_core_handle_static_payloads
(
lc
);
ms_init
();
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