//Free a filter context. func (ctx *Context) AvfilterFree() { C.avfilter_free((*C.struct_AVFilterContext)(ctx)) }
//void avfilter_free (AVFilterContext *filter) //Free a filter context. func Avfilter_free(f *AVFilterContext) { C.avfilter_free((*C.struct_AVFilterContext)(f)) }