Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dxo_encoder.c322 const char *plus_opts = strchr(name, '+'); in xo_encoder_init() local
328 const char *opts = (col_opts == NULL) ? plus_opts in xo_encoder_init()
329 : (plus_opts == NULL) ? col_opts in xo_encoder_init()
330 : (plus_opts < col_opts) ? plus_opts : col_opts; in xo_encoder_init()