From: Kostya Shishkov Date: Mon, 18 Oct 2021 16:52:46 +0000 (+0200) Subject: ms/imaadpcmenc: disable encoding to file in tests X-Git-Url: https://git.nihav.org/?p=nihav.git;a=commitdiff_plain;h=85d4be529371a979026a49d43e7ba73793f1e096 ms/imaadpcmenc: disable encoding to file in tests --- 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);