Function avfilter_graph_set_auto_convert
pub unsafe extern "C" fn avfilter_graph_set_auto_convert(
graph: *mut AVFilterGraph,
flags: u32,
)
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