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

avfilter_graph_free() private method

private avfilter_graph_free ( AVFilterGraph @graph ) : void
@graph AVFilterGraph
return void
        public static extern void avfilter_graph_free(AVFilterGraph** @graph);
        
ffmpeg