예제 #1
0
func RegisterAll() {
	C.avfilter_register_all()
}
예제 #2
0
파일: filter.go 프로젝트: davidoram/gmf
func init() {
	println("filter init")
	C.avfilter_register_all()
}
예제 #3
0
파일: avfilter.go 프로젝트: hyhy01/goav
//void 	avfilter_register_all (void)
//Initialize the filter system.
func Avfilter_register_all() {
	C.avfilter_register_all()
}