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