]> git.tuebingen.mpg.de Git - paraslash.git/blob - m4/gengetopt/mp3dec_filter.m4
error.h: Fix typo in error text of E_BAD_AFSI.
[paraslash.git] / m4 / gengetopt / mp3dec_filter.m4
1 args "--no-version --no-help"
2
3 purpose "Decode an mp3 stream"
4
5 include(header.m4)
6
7 <qu>
8 option "ignore-crc" i
9 #~~~~~~~~~~~~~~~~~~~~
10 "ignore CRC information in the audio stream."
11 flag off
12 details="
13         This causes frames with CRC errors to be decoded and played
14         anyway. This option is not recommended, but since some encoders
15         have been known to generate bad CRC information, this option
16         is a work-around to play streams from such encoders.
17 "
18 </qu>