X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=grab_client.ggo;fp=grab_client.ggo;h=0000000000000000000000000000000000000000;hp=5527143b1b6a61dc0ac1015124336e4137df5cf4;hb=35993f0cd49206666262cfdd2be89af41ec28a1d;hpb=ae657a3b13b4ff76187dad39fede40b98d7cb6d7 diff --git a/grab_client.ggo b/grab_client.ggo deleted file mode 100644 index 5527143b..00000000 --- a/grab_client.ggo +++ /dev/null @@ -1,33 +0,0 @@ -option "filter_num" f - "point of filter chain to grab" - int typestr="num" - default="0" - optional - -option "slot" s - "only grab this slot; grab any slot if negative" - int typestr="num" - default="-1" - optional - -option "audio_format" a - "only grab this type of input stream; - grab any if empty" - string typestr="name" - default="" - optional - -option "input_grab" i - "grab the filter input instead of its output" - flag off - -option "one_shot" o - "stop grabbing if audio file changes" - flag off - -option "mode" m - "select grab mode" - typestr="grab_mode" - values="sloppy","aggressive","pedantic" - default="sloppy" - optional