X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-ms%2Fsrc%2Fcodecs%2Fimaadpcmenc.rs;h=45e8d21f32cc2b4e04340c802c40666fceaec838;hb=85d4be529371a979026a49d43e7ba73793f1e096;hp=a64f58f0dbac96282d6208516bcf3f53837552de;hpb=c7cd83f3edfc537ae8c2dc913e2dd1b62a449734;p=nihav.git 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);