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