[][src]Function ffmpeg_sys_next::avfilter_graph_set_auto_convert

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

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