video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-07-30 8fb24547e4d068cdcd491e59ddc451b3a252ea4b
goffmpeg.go
@@ -183,7 +183,7 @@
func (h *GoFFMPEG) GetPicDecoder() ([]byte, int, int, int64) {
   var width C.int
   var height C.int
   var fid C.longlong
   var fid C.long
   p := C.wrap_fn_decoder_pic(h.ffmpeg, &width, &height, &fid)
   if width == 0 && height == 0 {