make encoder test functions accept encoder-specific options
[nihav.git] / nihav-commonfmt / src / codecs / cinepakenc.rs
index 38f7cecb5c0365e28871caf8e75cf0210af12f43..01e5714615a283bffb71a2642e7a20d049841591 100644 (file)
@@ -1128,8 +1128,8 @@ mod test {
                 tb_den:  0,
                 flags:   0,
             };
-        //test_encoding_to_file(&dec_config, &enc_config, enc_params);
-        test_encoding_md5(&dec_config, &enc_config, enc_params,
+        //test_encoding_to_file(&dec_config, &enc_config, enc_params, &[]);
+        test_encoding_md5(&dec_config, &enc_config, enc_params, &[],
                           &[0xd73cb3c7, 0x30d59f90, 0x1d6e0e28, 0x5b72cc0c]);
     }
 }