video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2022-04-26 ab3d17cd44625a762fc10f0f1fd8f2c46b980aff
gostream.go
@@ -8,6 +8,11 @@
import "unsafe"
// CloseStream close stream
func (h *GoFFMPEG) CloseStream() {
   C.wrap_fn_close_stream(unsafe.Pointer(libcffmpeg), h.ffmpeg)
}
//GetAVPacket get AVPacket
func (h *GoFFMPEG) GetAVPacket() ([]byte, int, int) {
   var key C.int