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