Exemplo n.º 1
0
Arquivo: avformat.go Projeto: ovr/goav
func (f *InputFormat) AvRegisterInputFormat() {
	C.av_register_input_format((*C.struct_AVInputFormat)(f))
}
Exemplo n.º 2
0
//void av_register_input_format (AVInputFormat *format)
func Av_register_input_format(f *AVInputFormat) {
	C.av_register_input_format((*C.struct_AVInputFormat)(f))
}