Ejemplo n.º 1
0
Archivo: context.go Proyecto: ovr/goav
func (s *Context) AvFormatGetOpaque() {
	C.av_format_get_opaque((*C.struct_AVFormatContext)(s))
}
Ejemplo n.º 2
0
//void * av_format_get_opaque (const AVFormatContext *s)
func Av_format_get_opaque(s *AVFormatContext) {
	C.av_format_get_opaque((*C.struct_AVFormatContext)(s))
}