]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - oggdec_filter.ggo
Merge commit 'meins/master'
[paraslash.git] / oggdec_filter.ggo
index e9946baed89ba88cf1d6f92ff258d4cd92fd5081..e2d653d7dafc8674ea95eff31197597284ae29e3 100644 (file)
@@ -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.
+"