Home
last modified time | relevance | path

Searched refs:plus_opts (Results 1 – 1 of 1) sorted by relevance

/f-stack/tools/libxo/libxo/
H A Dxo_encoder.c295 const char *plus_opts = strchr(name, '+'); in xo_encoder_init() local
301 const char *opts = (col_opts == NULL) ? plus_opts in xo_encoder_init()
302 : (plus_opts == NULL) ? col_opts in xo_encoder_init()
303 : (plus_opts < col_opts) ? plus_opts : col_opts; in xo_encoder_init()