X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oggdec_filter.ggo;h=e2d653d7dafc8674ea95eff31197597284ae29e3;hp=e9946baed89ba88cf1d6f92ff258d4cd92fd5081;hb=f645b538c8f3dd88ce9a9ad5dbeb6cf341ad74ab;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/oggdec_filter.ggo b/oggdec_filter.ggo index e9946bae..e2d653d7 100644 --- a/oggdec_filter.ggo +++ b/oggdec_filter.ggo @@ -1,2 +1,21 @@ -option "bufsize" b "size of output buffer" int typestr="kilobyte" default="128" no -option "initial_buffer" i "size of initial input buffer" int typestr="kilobyte" default="16" no +option "bufsize" b +#~~~~~~~~~~~~~~~~~ +"size of output buffer" +int typestr="kilobyte" +default="128" +optional +details=" + Increase this if you encounter output buffer overrun errors. Smaller + values make the oggdec filter use less memory. +" + +option "initial_buffer" i +#~~~~~~~~~~~~~~~~~~~~~~~~ +"size of initial input buffer" +int typestr="kilobyte" +default="16" +optional +details=" + On startup, defer decoding until that many kilobytes are + available in the input buffer. +"