make encoder test functions accept encoder-specific options
[nihav.git] / nihav-ms / src / codecs / msvideo1enc.rs
index d2e5c34278f9f986e01e9f2c5cd5507f24f78220..89b4b2200aed810f46ecc15ed45609a60177283f 100644 (file)
@@ -610,8 +610,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, &[],
                           &[0x4339421d, 0x6393f1b6, 0x653d6cd2, 0x3a184382]);
     }
 }