added primative support for png, gif others.
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ func main() {
|
||||
}
|
||||
|
||||
work := arrange.Source(in)
|
||||
streams := []<-chan arrange.File{}
|
||||
streams := []<-chan arrange.Media{}
|
||||
|
||||
workers := runtime.NumCPU()
|
||||
if *cores != 0 {
|
||||
|
||||
Reference in New Issue
Block a user