X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ggo%2Ffilter.m4;h=9df0f3f2c9c7abde867f9438f76f36b002e13e7b;hp=8199f408b089c997cf51080cad20d962e578d90d;hb=bd316f681059910962a9ba38c339517ac472ac38;hpb=d1e55304068a6a82553f40ae7bee746f5ca2233d diff --git a/ggo/filter.m4 b/ggo/filter.m4 index 8199f408..9df0f3f2 100644 --- a/ggo/filter.m4 +++ b/ggo/filter.m4 @@ -1,6 +1,5 @@ include(header.m4) include(loglevel.m4) -include(buffer_tree.m4) option "filter" f #~~~~~~~~~~~~~~~~ @@ -10,13 +9,13 @@ optional multiple details=" May be given multiple times to 'pipe' the stream through - arbitrary many filters in an efficient way. The same filter - may appear more than once, order matters. + arbitrary many filters (without copying the data). The same + filter may appear more than once, order matters. - Filter options may be specified for each '-f' option - separately. Note that you will have to quote these options - like this: + Options for a particular filter may be specified for each + given '--filter' option separately. You will have to quote + these options like this: - -f 'compress --inertia 5 --damp 2' + --filter 'compress --inertia 5 --damp 2' "