Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/libxo/
H A Dlibxo.c2265 int style = -1, new_style, rc = 0; in xo_set_options() local
2406 new_style = xo_name_to_style(cp); in xo_set_options()
2407 if (new_style >= 0 && new_style != XO_STYLE_ENCODER) { in xo_set_options()
2411 style = new_style; in xo_set_options()