package media import ( "runtime" ) func init() { runtime.GOMAXPROCS(runtime.NumCPU()) // gmf.LogSetLevel(gmf.AV_LOG_DEBUG) }