Skip to content

Commit

Permalink
temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
redzic committed Aug 31, 2022
1 parent 1379d5a commit 760988d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ debug-assertions = true
overflow-checks = true

[patch.crates-io]
av-scenechange = { git = "https://github.com/redzic/av-scenechange", branch = "zerocopy" }
# av-scenechange = { path = "../av-scenechange" }
# av-scenechange = { git = "https://github.com/redzic/av-scenechange", branch = "zerocopy" }
av-scenechange = { path = "../av-scenechange" }
console = { git = "https://github.com/console-rs/console", rev = "5484ea9d9f6884f6685349708e27bf08fab7703c" }
6 changes: 2 additions & 4 deletions compare.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#!/bin/bash

# echo $1

rm master.json zerocopy.json

./target/release/av1an -i $1 --sc-method fast --sc-only -s zerocopy.json
/usr/bin/av1an -i $1 --sc-method fast --sc-only -s master.json
./target/release/av1an -i "$1" --sc-method fast --sc-only -s zerocopy.json
/usr/bin/av1an -i "$1" --sc-method fast --sc-only -s master.json

cmp master.json zerocopy.json

0 comments on commit 760988d

Please sign in to comment.