视频分析2.0 多进程拆分仓库
zhangmeng
2019-05-08 19445d14e73f4bb96e218a65e126ae526f89537d
decoder/work/service/common.go
@@ -1,9 +1,5 @@
package service
import (
   "context"
)
// ImageInfo deocded image data
type ImageInfo struct {
   Data   []byte
@@ -11,10 +7,4 @@
   Height int
   // CameraID string
}
// ContextIPC server context
type ContextIPC struct {
   ctx    context.Context
   cancel context.CancelFunc
}