X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=ggo%2Fprebuffer_filter.m4;fp=ggo%2Fprebuffer_filter.m4;h=0000000000000000000000000000000000000000;hb=2829202e393e4b0095d62739910ae56f04e83326;hp=7553e9578d5e9bdccecdda34c6391ad840ea210d;hpb=66b0f375732897cb76cfbefbb03ed951c4ed24ba;p=paraslash.git diff --git a/ggo/prebuffer_filter.m4 b/ggo/prebuffer_filter.m4 deleted file mode 100644 index 7553e957..00000000 --- a/ggo/prebuffer_filter.m4 +++ /dev/null @@ -1,24 +0,0 @@ -option "duration" d -#~~~~~~~~~~~~~~~~~~ -"prebuffer time" -int typestr="milliseconds" -default="200" -optional -details=" - Wait that many milliseconds before letting data go through. - The time interval starts when the first data byte is seen by - this filter. -" - -option "size" s -#~~~~~~~~~~~~~~ -"amount of data to prebuffer" -int typestr="bytes" -default="0" -optional -details=" - Wait until that many data bytes are available in the input buffer. - The default value of zero means to not prebuffer by size at all. - If both --duration and --size options are given and non-zero, the - filter waits until both conditions are met. -"