fix
This commit is contained in:
parent
ebffb6fa8e
commit
ef42076f5e
6
main.go
6
main.go
@ -1079,12 +1079,12 @@ func main() {
|
|||||||
fmt.Println("Options:")
|
fmt.Println("Options:")
|
||||||
pflag.PrintDefaults()
|
pflag.PrintDefaults()
|
||||||
}
|
}
|
||||||
Config.AlacMax = *alac_max
|
|
||||||
Config.AtmosMax = *atmos_max
|
|
||||||
Config.AacType = *aac_type
|
|
||||||
|
|
||||||
// Parse the flag arguments
|
// Parse the flag arguments
|
||||||
pflag.Parse()
|
pflag.Parse()
|
||||||
|
Config.AlacMax = *alac_max
|
||||||
|
Config.AtmosMax = *atmos_max
|
||||||
|
Config.AacType = *aac_type
|
||||||
|
|
||||||
args := pflag.Args()
|
args := pflag.Args()
|
||||||
if len(args) == 0 {
|
if len(args) == 0 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user