video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-10-24 080acae08ec8cfe413c3e6e45bcf7f9222dfa02d
godecjpeg.go
@@ -23,7 +23,7 @@
   var width C.int
   var height C.int
   p := C.wrap_fn_decode(in, C.int(withGB), &width, &height)
   p := C.wrap_fn_decode(unsafe.Pointer(libcffmpeg), in, C.int(withGB), &width, &height)
   defer C.free(p)
   if width > 0 && height > 0 {