mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57: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/simple_decoder.sh
vendored
2
third_party/aom/test/simple_decoder.sh
vendored
|
|
@ -25,7 +25,7 @@ simple_decoder_verify_environment() {
|
|||
# Runs simple_decoder using $1 as input file. $2 is the codec name, and is used
|
||||
# solely to name the output file.
|
||||
simple_decoder() {
|
||||
local decoder="${LIBAOM_BIN_PATH}/simple_decoder${AOM_TEST_EXE_SUFFIX}"
|
||||
local decoder="$(aom_tool_path simple_decoder)"
|
||||
local input_file="$1"
|
||||
local codec="$2"
|
||||
local output_file="${AOM_TEST_OUTPUT_DIR}/simple_decoder_${codec}.raw"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue