fix regression in mkv file player test, introduced by 3f86b78b2a (wav and mkv file swapped)

This commit is contained in:
Simon Morlat 2015-08-02 10:55:25 +02:00
parent 3e5a6600d0
commit ffe22a6d7d

View file

@ -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.");