Function avfilter_graph_segment_free

pub unsafe extern "C" fn avfilter_graph_segment_free(
    seg: *mut *mut AVFilterGraphSegment,
)
Expand description

Free the provided AVFilterGraphSegment and everything associated with it.

@param seg double pointer to the AVFilterGraphSegment to be freed. NULL will be written to this pointer on exit from this function.

@note The filter contexts (AVFilterParams.filter) are owned by AVFilterGraph rather than AVFilterGraphSegment, so they are not freed.