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