Skip to content

Commit 92105aa

Browse files
committed
MT#55283 fix alphabet order booboo
Fallout from c95ec2b Change-Id: Ib9d03d74d9db7f8c30104bf30daf57cfb6d22cc7 (cherry picked from commit 14a1d2e) (cherry picked from commit e633d2d)
1 parent 09263e7 commit 92105aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/call_interfaces.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1473,6 +1473,7 @@ void call_ng_main_flags(sdp_ng_flags *out, str *key, bencode_item_t *value,
14731473
}
14741474
break;
14751475
case CSH_LOOKUP("audio-player"):
1476+
case CSH_LOOKUP("player"):
14761477
switch (__csh_lookup(&s)) {
14771478
case CSH_LOOKUP("default"):
14781479
out->audio_player = AP_DEFAULT;
@@ -1796,7 +1797,6 @@ void call_ng_main_flags(sdp_ng_flags *out, str *key, bencode_item_t *value,
17961797
case CSH_LOOKUP("pause"):
17971798
out->pause = bencode_get_integer_str(value, out->pause);
17981799
break;
1799-
case CSH_LOOKUP("player"):
18001800
case CSH_LOOKUP("ptime"):
18011801
if (out->opmode == OP_OFFER)
18021802
out->ptime = bencode_get_integer_str(value, 0);

0 commit comments

Comments
 (0)