X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3dec_filter.ggo;fp=mp3dec_filter.ggo;h=0000000000000000000000000000000000000000;hp=a34c30ae20387c997b6acc7e0bb845e779455282;hb=35993f0cd49206666262cfdd2be89af41ec28a1d;hpb=ae657a3b13b4ff76187dad39fede40b98d7cb6d7 diff --git a/mp3dec_filter.ggo b/mp3dec_filter.ggo deleted file mode 100644 index a34c30ae..00000000 --- a/mp3dec_filter.ggo +++ /dev/null @@ -1,22 +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 mp3dec filter use less - memory. The minimal size is 32K. -" - -option "ignore-crc" i -#~~~~~~~~~~~~~~~~~~~~ -"ignore CRC information in the audio stream." -flag off -details=" - This causes frames with CRC errors to be decoded and played - anyway. This option is not recommended, but since some encoders - have been known to generate bad CRC information, this option - is a work-around to play streams from such encoders. -"