Re: [FFmpeg-devel] [PATCH 3/3] avfilter/showwaves: add split_channels option.

2014-08-20 Thread Paul B Mahol
On 8/19/14, Clement Boesch u...@pkh.me wrote: From: Clement Boesch clem...@stupeflix.com --- doc/filters.texi| 3 +++ libavfilter/avf_showwaves.c | 14 ++ 2 files changed, 13 insertions(+), 4 deletions(-) lgtm ___

Re: [FFmpeg-devel] [PATCH 3/3] avfilter/showwaves: add split_channels option.

2014-08-20 Thread Stefano Sabatini
On date Tuesday 2014-08-19 14:47:04 +0200, Clément Bœsch encoded: From: Clément Bœsch clem...@stupeflix.com --- doc/filters.texi| 3 +++ libavfilter/avf_showwaves.c | 14 ++ 2 files changed, 13 insertions(+), 4 deletions(-) LGTM, thanks. (Please bump micro when

Re: [FFmpeg-devel] [PATCH 3/3] avfilter/showwaves: add split_channels option.

2014-08-20 Thread Clément Bœsch
On Wed, Aug 20, 2014 at 11:27:23AM +0200, Paul B Mahol wrote: On 8/19/14, Clement Boesch u...@pkh.me wrote: From: Clement Boesch clem...@stupeflix.com --- doc/filters.texi| 3 +++ libavfilter/avf_showwaves.c | 14 ++ 2 files changed, 13 insertions(+), 4

[FFmpeg-devel] [PATCH 3/3] avfilter/showwaves: add split_channels option.

2014-08-19 Thread Clément Bœsch
From: Clément Bœsch clem...@stupeflix.com --- doc/filters.texi| 3 +++ libavfilter/avf_showwaves.c | 14 ++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/doc/filters.texi b/doc/filters.texi index 828f2b4..7939018 100644 --- a/doc/filters.texi +++