filter: Fix a memory leak in non-btr mode.
[paraslash.git] / ggo / filter.m4
1 include(header.m4)
2 include(loglevel.m4)
3 include(buffer_tree.m4)
4 <qu>
5 option "filter" f
6 #~~~~~~~~~~~~~~~~
7 "Specify filter."
8 string typestr="filter_spec"
9 optional
10 multiple
11 details="
12         May be given multiple times to 'pipe' the stream through
13         arbitrary many filters in an efficient way.  The same filter
14         may appear more than once, order matters.
15
16         Filter options may be specified for each '-f' option
17         separately. Note that you will have to quote these options
18         like this:
19
20                 -f 'compress --inertia 5 --damp 2'
21 "
22 </qu>