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 {