Exemple #1
0
func (f *OutputFormat) AvRegisterOutputFormat() {
	C.av_register_output_format((*C.struct_AVOutputFormat)(f))
}
Exemple #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))
}