]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - m4/gengetopt/mp3dec_filter.m4
Move gengetopt input files to m4 directory.
[paraslash.git] / m4 / gengetopt / mp3dec_filter.m4
diff --git a/m4/gengetopt/mp3dec_filter.m4 b/m4/gengetopt/mp3dec_filter.m4
new file mode 100644 (file)
index 0000000..c02f158
--- /dev/null
@@ -0,0 +1,14 @@
+include(header.m4)
+
+<qu>
+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.
+"
+</qu>