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:")
|
||||
pflag.PrintDefaults()
|
||||
}
|
||||
Config.AlacMax = *alac_max
|
||||
Config.AtmosMax = *atmos_max
|
||||
Config.AacType = *aac_type
|
||||
|
||||
// Parse the flag arguments
|
||||
pflag.Parse()
|
||||
Config.AlacMax = *alac_max
|
||||
Config.AtmosMax = *atmos_max
|
||||
Config.AacType = *aac_type
|
||||
|
||||
args := pflag.Args()
|
||||
if len(args) == 0 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user