Disable extra logging.

burst
Icedream 2018-04-10 16:02:39 +02:00
parent 27fdec7d2b
commit c658855e59
Signed by: icedream
GPG Key ID: C1D30A06E6490C14
1 changed files with 1 additions and 3 deletions

View File

@ -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)
} }