示例#1
0
文件: context.go 项目: ovr/goav
func (s *Context) AvFormatGetOpaque() {
	C.av_format_get_opaque((*C.struct_AVFormatContext)(s))
}
示例#2
0
文件: avformat.go 项目: hyhy01/goav
//void * av_format_get_opaque (const AVFormatContext *s)
func Av_format_get_opaque(s *AVFormatContext) {
	C.av_format_get_opaque((*C.struct_AVFormatContext)(s))
}