pub unsafe extern "C" fn avfilter_graph_set_auto_convert(
    graph: *mut AVFilterGraph,
    flags: c_uint
)
Expand description

Enable or disable automatic format conversion inside the graph.

Note that format conversion can still happen inside explicitly inserted scale and aresample filters.

@param flags any of the AVFILTER_AUTO_CONVERT_* constants