mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 10:19:23 +00:00
Fix "Single call/Call with mkv file" tester on platform that does not support Opus
This commit is contained in:
parent
dafc344292
commit
c94da304c3
1 changed files with 1 additions and 0 deletions
|
|
@ -2522,6 +2522,7 @@ static void call_with_mkv_file_player(void) {
|
|||
int res = linphone_player_open(player,hellomkv,on_eof,marie);
|
||||
if(!ms_filter_codec_supported("opus")) {
|
||||
BC_ASSERT_EQUAL(res, -1, int, "%d");
|
||||
end_call(marie, pauline);
|
||||
goto end;
|
||||
}
|
||||
BC_ASSERT_EQUAL(res, 0, int, "%d");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue