Make all commands print git version and improve version string.
[paraslash.git] / m4 / gengetopt / mp3dec_filter.m4
1 args "--no-version --no-help"
2
3 include(header.m4)
4
5 <qu>
6 option "ignore-crc" i
7 #~~~~~~~~~~~~~~~~~~~~
8 "ignore CRC information in the audio stream."
9 flag off
10 details="
11         This causes frames with CRC errors to be decoded and played
12         anyway. This option is not recommended, but since some encoders
13         have been known to generate bad CRC information, this option
14         is a work-around to play streams from such encoders.
15 "
16 </qu>