mirror of
https://github.com/levogevo/ffmpeg-builder.git
synced 2026-01-15 19:06:17 +00:00
add x26{4,5}
This commit is contained in:
@@ -129,7 +129,7 @@ set_encode_opts() {
|
||||
test $# -lt ${minOpt} && echo_fail "not enough arguments" && encode_usage && return 1
|
||||
test $# -gt ${maxOpt} && echo_fail "too many arguments" && encode_usage && return 1
|
||||
local optsUsed=0
|
||||
OPTIND=1
|
||||
local OPTARG OPTIND
|
||||
while getopts "${opts}" flag; do
|
||||
case "${flag}" in
|
||||
I)
|
||||
|
||||
Reference in New Issue
Block a user