vpxenc.sh: use --test-decode=fatal for vp9
vp8 is broken: https://code.google.com/p/webm/issues/detail?id=841 Change-Id: If73afe0e2314279b560ad758cb04b1760dcc3605
This commit is contained in:
Родитель
2ba201fcdb
Коммит
a0d8ddb453
|
@ -128,6 +128,7 @@ vpxenc_vp9_ivf() {
|
|||
--height="${YUV_RAW_INPUT_HEIGHT}" \
|
||||
--limit="${TEST_FRAMES}" \
|
||||
--ivf \
|
||||
--test-decode=fatal \
|
||||
--output="${output}" \
|
||||
"${YUV_RAW_INPUT}"
|
||||
|
||||
|
@ -146,6 +147,7 @@ vpxenc_vp9_webm() {
|
|||
--width="${YUV_RAW_INPUT_WIDTH}" \
|
||||
--height="${YUV_RAW_INPUT_HEIGHT}" \
|
||||
--limit="${TEST_FRAMES}" \
|
||||
--test-decode=fatal \
|
||||
--output="${output}" \
|
||||
"${YUV_RAW_INPUT}"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче