mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
fix regression in mkv file player test, introduced by 3f86b78b2a (wav and mkv file swapped)
This commit is contained in:
parent
3e5a6600d0
commit
ffe22a6d7d
1 changed files with 2 additions and 2 deletions
|
|
@ -2386,8 +2386,8 @@ static void call_with_mkv_file_player(void) {
|
|||
const double threshold = 0.9;
|
||||
#define DO_AUDIO_CMP
|
||||
#endif
|
||||
hellomkv = bc_tester_res("sounds/hello8000_mkv_ref.wav");
|
||||
hellowav = bc_tester_res("sounds/hello8000.mkv");
|
||||
hellowav = bc_tester_res("sounds/hello8000_mkv_ref.wav");
|
||||
hellomkv = bc_tester_res("sounds/hello8000.mkv");
|
||||
|
||||
if (!is_format_supported(marie->lc,"mkv")){
|
||||
ms_warning("Test skipped, no mkv support.");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue