From 5c575441c5ac69d3107d8032c1c1d2d7f5c72ee1 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 30 Nov 2008 15:24:58 +0100 Subject: [PATCH] oggdec_filter.ggo: Add more documentation. --- oggdec_filter.ggo | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) 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. +" -- 2.39.2