Searched refs:plus_opts (Results 1 – 1 of 1) sorted by relevance
322 const char *plus_opts = strchr(name, '+'); in xo_encoder_init() local328 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()