예제 #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))
}