filter: Remove allocation of filter buffers.
[paraslash.git] / ggo / mp3dec_filter.m4
index 0a31d7e8787c8a8418fe4d767f42532903761a51..b6e596c9f591e75d6244444c07c388b79cbfc30b 100644 (file)
@@ -2,18 +2,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."