mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Update aom to v1.0.0
Update aom to commit id d14c5bb4f336ef1842046089849dee4a301fbbf0.
This commit is contained in:
parent
bb61121b44
commit
48f6d2e034
1087 changed files with 154333 additions and 265310 deletions
2
third_party/aom/test/twopass_encoder.sh
vendored
2
third_party/aom/test/twopass_encoder.sh
vendored
|
|
@ -26,7 +26,7 @@ twopass_encoder_verify_environment() {
|
|||
# Runs twopass_encoder using the codec specified by $1 with a frame limit of
|
||||
# 100.
|
||||
twopass_encoder() {
|
||||
local encoder="${LIBAOM_BIN_PATH}/twopass_encoder${AOM_TEST_EXE_SUFFIX}"
|
||||
local encoder="$(aom_tool_path twopass_encoder)"
|
||||
local codec="$1"
|
||||
local output_file="${AOM_TEST_OUTPUT_DIR}/twopass_encoder_${codec}.ivf"
|
||||
local limit=7
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue