X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=oggdec_filter.ggo;h=f088b9379b39104eaf30fdabeb8acd442f9cd904;hp=70f73452e8600edb929feffa929549276144abdb;hb=f6f1c320fd85a991b9e8280266f29f2db65e94ed;hpb=c4ccd0674269d2bed28e7a091af5b6b97db4b65a 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. +"