mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
9 lines
117 B
Bash
Executable file
9 lines
117 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Test trying to use invalid input dimensions.
|
|
|
|
set -eu
|
|
. "${0%/*}/util.sh"
|
|
|
|
encode_test 1x65 1 yuv420p 1
|