Lines Matching defs:item_sep
1169 char item_sep;
1183 {"item_sep", "set item separator", OFFSET(item_sep_str), AV_OPT_TYPE_STRING, {.str="|"}, 0, 0 },
1205 compact->item_sep = compact->item_sep_str[0];
1243 writer_w8(wctx, compact->item_sep);
1246 writer_printf(wctx, "%s%c", section->name, compact->item_sep);
1265 if (wctx->nb_item[wctx->level]) writer_w8(wctx, compact->item_sep);
1269 writer_put_str(wctx, compact->escape_str(&buf, value, compact->item_sep, wctx));
1277 if (wctx->nb_item[wctx->level]) writer_w8(wctx, compact->item_sep);
1301 {"item_sep", "set item separator", OFFSET(item_sep_str), AV_OPT_TYPE_STRING, {.str=","}, 0, 0 },
1560 const char *item_sep, *item_start_end;
1578 json->item_sep = json->compact ? ", " : ",\n";
1686 writer_put_str(wctx, json->item_sep);
1700 writer_put_str(wctx, json->item_sep);