Disable extra logging.
parent
27fdec7d2b
commit
c658855e59
|
@ -2,11 +2,9 @@ package media
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"runtime"
|
"runtime"
|
||||||
|
|
||||||
"github.com/3d0c/gmf"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||||
gmf.LogSetLevel(gmf.AV_LOG_DEBUG)
|
// gmf.LogSetLevel(gmf.AV_LOG_DEBUG)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue