Remove oggdec_filter.ggo.
[paraslash.git] / ggo / mp3dec_filter.m4
index 0a31d7e8787c8a8418fe4d767f42532903761a51..c02f1583ba1ade9716c19ad3b9408b5c01932b20 100644 (file)
@@ -1,19 +1,6 @@
 include(header.m4)
-include(buffer_tree.m4)
 
 <qu>
-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 mp3dec filter use less
-       memory. The minimal size is 32K.
-"
-
 option "ignore-crc" i
 #~~~~~~~~~~~~~~~~~~~~
 "ignore CRC information in the audio stream."