Re: [FFmpeg-devel] [PATCH] lavf: add more beep options to sine asrc

2017-10-18 Thread Michael Bradshaw
Sorry for the long delay in my response! On Sun, Oct 8, 2017 at 11:14 AM, Nicolas George wrote: > > Le quintidi 15 vendémiaire, an CCXXVI, Michael Bradshaw a écrit : > > +OPT_DBL("beep_delay",beep_delay, 0, 0, > DBL_MAX, "set the delay for the first beep",), > > +OPT

Re: [FFmpeg-devel] [PATCH] lavf: add more beep options to sine asrc

2017-10-08 Thread Nicolas George
Thanks for the patch. Le quintidi 15 vendémiaire, an CCXXVI, Michael Bradshaw a écrit : > From: Michael Bradshaw > > Signed-off-by: Michael Bradshaw > --- > doc/filters.texi| 13 - > libavfilter/asrc_sine.c | 17 + > 2 files changed, 25 insertions(+), 5 dele

[FFmpeg-devel] [PATCH] lavf: add more beep options to sine asrc

2017-10-06 Thread Michael Bradshaw
From: Michael Bradshaw Signed-off-by: Michael Bradshaw --- doc/filters.texi| 13 - libavfilter/asrc_sine.c | 17 + 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 57189c77b0..ec1c335950 100644 --- a/do