Ejemplo n.º 1
0
Archivo: avformat.go Proyecto: ovr/goav
func (f *OutputFormat) AvRegisterOutputFormat() {
	C.av_register_output_format((*C.struct_AVOutputFormat)(f))
}
Ejemplo 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))
}