Exemplo n.º 1
0
Arquivo: avformat.go Projeto: ovr/goav
func (f *OutputFormat) AvRegisterOutputFormat() {
	C.av_register_output_format((*C.struct_AVOutputFormat)(f))
}
Exemplo n.º 2
0
//void av_register_output_format (AVOutputFormat *format)
func Av_register_output_format(f *AVOutputFormat) {
	C.av_register_output_format((*C.struct_AVOutputFormat)(f))
}