aboutsummaryrefslogtreecommitdiff
path: root/evc/src/bin/encode.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-12-06 21:46:19 +0100
committermetamuffin <metamuffin@disroot.org>2022-12-06 21:46:19 +0100
commit39cb075c7f58e78899be43ca9ad4d65837f53a26 (patch)
tree61f11a221ea2d60b8dc92c1af736c0fb3c9aad2d /evc/src/bin/encode.rs
parent437e092985e5633eee50874c337ccbdd0b76ff1e (diff)
downloadvideo-codec-experiments-39cb075c7f58e78899be43ca9ad4d65837f53a26.tar
video-codec-experiments-39cb075c7f58e78899be43ca9ad4d65837f53a26.tar.bz2
video-codec-experiments-39cb075c7f58e78899be43ca9ad4d65837f53a26.tar.zst
unsafe multithreading
Diffstat (limited to 'evc/src/bin/encode.rs')
-rw-r--r--evc/src/bin/encode.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/evc/src/bin/encode.rs b/evc/src/bin/encode.rs
index 79ec934..fb5a18b 100644
--- a/evc/src/bin/encode.rs
+++ b/evc/src/bin/encode.rs
@@ -36,7 +36,7 @@ fn main() -> anyhow::Result<()> {
let config = EncodeConfig {
translate: !args.no_translation,
- ref_thres: args.ref_thres,
+ ref_thres: 2.0,
max_diff_size: 10_000,
min_block_size: 12,
};