search for: show_explain

Displaying 2 results from an estimated 2 matches for "show_explain".

2013 Mar 27
1
[PATCH] Fix option names in documentation and help messages.
...; printf(" --no-adaptive-mid-side\n"); + printf(" --no-cued-seekpoints\n"); printf(" --no-decode-through-errors\n"); printf(" --no-delete-input-file\n"); printf(" --no-preserve-modtime\n"); @@ -1600,7 +1601,7 @@ void show_explain(void) printf(" --input-size=# Size of the raw input in bytes. If you are\n"); printf(" encoding raw samples from stdin, you must set\n"); printf(" this option in order to be able to use --skip...
2014 Nov 10
0
[PATCH] Update documentation for new compression presets
...-b, --blocksize=# Specify blocksize in samples\n"); printf(" -m, --mid-side Try mid-side coding for each frame\n"); printf(" -M, --adaptive-mid-side Adaptive mid-side coding for all frames\n"); @@ -1577,8 +1577,8 @@ void show_explain(void) printf(" -5, --compression-level-5 Synonymous with -l 8 -b 4096 -m -r 5\n"); printf(" -5 is the default setting\n"); printf(" -6, --compression-level-6 Synonymous with -l 8 -b 4096 -m -r 6\n"); - print...