X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oggdec_filter.ggo;h=f088b9379b39104eaf30fdabeb8acd442f9cd904;hp=e9946baed89ba88cf1d6f92ff258d4cd92fd5081;hb=45b1c38b491cfadfdba6d3567a73458f38991011;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/oggdec_filter.ggo b/oggdec_filter.ggo index e9946bae..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" 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=" + The oggdec filter waits until at least that many bytes are available + in the input buffer. +"