Rather than setting an option flag for ratio, add it to the default format string on the "out" side (#67).

This commit is contained in:
Andrew Wood
2026-04-03 20:20:50 +01:00
parent d7327aaf95
commit 7892e54d7e
4 changed files with 23 additions and 7 deletions
+3
View File
@@ -209,6 +209,9 @@ typedef struct {
} pvformatoptions_s;
extern void pv_state_set_format_options(pvstate_t, pvformatoptions_s);
/* Append a string to the default format. */
void pv_state_append_to_default_format(pvstate_t, /*@null@ */ const char *);
/*
* Set the various options.
*/