Simplify udp_send.c.
[paraslash.git] / mp3dec_filter.ggo
1 option "bufsize" b
2 #~~~~~~~~~~~~~~~~~
3 "size of output buffer"
4 int typestr="kilobyte"
5 default="128"
6 optional
7 details="
8         Increase this if you encounter output buffer overrun
9         errors. Smaller values make the mp3dec filter use less
10         memory. The minimal size is 32K.
11 "
12
13 option "ignore-crc" i
14 #~~~~~~~~~~~~~~~~~~~~
15 "ignore CRC information in the audio stream."
16 flag off
17 details="
18         This causes frames with CRC errors to be decoded and played
19         anyway. This option is not recommended, but since some encoders
20         have been known to generate bad CRC information, this option
21         is a work-around to play streams from such encoders.
22 "