FFmpeg.AutoGen.ffmpeg.avfilter_free C# (CSharp) Method

avfilter_free() private method

private avfilter_free ( AVFilterContext @filter ) : void
@filter AVFilterContext
return void
        public static extern void avfilter_free(AVFilterContext* @filter);
        
ffmpeg