Example #1
0
func RegisterAll() {
	C.avfilter_register_all()
}
Example #2
0
func init() {
	println("filter init")
	C.avfilter_register_all()
}
Example #3
0
//void 	avfilter_register_all (void)
//Initialize the filter system.
func Avfilter_register_all() {
	C.avfilter_register_all()
}