X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=oggdec_filter.ggo;fp=oggdec_filter.ggo;h=f088b9379b39104eaf30fdabeb8acd442f9cd904;hb=5c575441c5ac69d3107d8032c1c1d2d7f5c72ee1;hp=70f73452e8600edb929feffa929549276144abdb;hpb=0b31b8477e307651513874fcb20c85165c0f129e;p=paraslash.git diff --git a/oggdec_filter.ggo b/oggdec_filter.ggo index 70f73452..f088b937 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" optional -option "initial_buffer" i "size of initial input buffer" int typestr="kilobyte" default="16" optional +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=" + The oggdec filter waits until at least that many bytes are available + in the input buffer. +"