X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ggo%2Foggdec_filter.ggo;fp=ggo%2Foggdec_filter.ggo;h=0000000000000000000000000000000000000000;hp=e2d653d7dafc8674ea95eff31197597284ae29e3;hb=082265c336da9b3fb576224beef4e96c72ca3f9c;hpb=f7feafeef70ad8f4e8c6fff715a2287f3240e759 diff --git a/ggo/oggdec_filter.ggo b/ggo/oggdec_filter.ggo deleted file mode 100644 index e2d653d7..00000000 --- a/ggo/oggdec_filter.ggo +++ /dev/null @@ -1,21 +0,0 @@ -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. -"