make encoder test functions accept encoder-specific options
[nihav.git] / nihav-ms / src / codecs / msadpcm.rs
index 5010c03dc330457ef6e8de7a5b8d56af9be5c1bc..dfcf6403dbbabadacc206604dce9e2afc9a360aa 100644 (file)
@@ -464,7 +464,7 @@ mod test {
                 tb_den:  0,
                 flags:   0,
             };
-        test_encoding_md5(&dec_config, &enc_config, enc_params,
+        test_encoding_md5(&dec_config, &enc_config, enc_params, &[],
                           &[0xe1591a1e, 0x816d0239, 0x4cc42291, 0x4e6b69cb]);
     }
 }