From 85d4be529371a979026a49d43e7ba73793f1e096 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Mon, 18 Oct 2021 18:52:46 +0200 Subject: [PATCH] ms/imaadpcmenc: disable encoding to file in tests --- nihav-ms/src/codecs/imaadpcmenc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nihav-ms/src/codecs/imaadpcmenc.rs b/nihav-ms/src/codecs/imaadpcmenc.rs index a64f58f..45e8d21 100644 --- a/nihav-ms/src/codecs/imaadpcmenc.rs +++ b/nihav-ms/src/codecs/imaadpcmenc.rs @@ -371,7 +371,7 @@ mod test { let enc_options = &[ NAOption{name: "trellis", value: NAValue::Bool(trellis)}, ]; - test_encoding_to_file(&dec_config, &enc_config, enc_params, enc_options); +// test_encoding_to_file(&dec_config, &enc_config, enc_params, enc_options); test_encoding_md5(&dec_config, &enc_config, enc_params, enc_options, hash); -- 2.30.2