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