]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ggo/oggdec_filter.ggo
Move ggo files to a separate directory.
[paraslash.git] / ggo / oggdec_filter.ggo
diff --git a/ggo/oggdec_filter.ggo b/ggo/oggdec_filter.ggo
new file mode 100644 (file)
index 0000000..e2d653d
--- /dev/null
@@ -0,0 +1,21 @@
+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.
+"