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