Re: [FFmpeg-devel] [PATCH] avfilter: add foobar filter.

2018-01-11 Thread Moritz Barsnick
On Thu, Jan 11, 2018 at 21:57:11 +0100, Dmytro Humeniuk wrote: You forget to comment on or react to all the reviews you got. How about a result normalized to 0.0 .. 1.0, for example? (dB for SoundCloud could be a special case/option.) How about getting rid of the switch/case by supporting just

[FFmpeg-devel] [PATCH] avfilter: add foobar filter.

2018-01-11 Thread Dmytro Humeniuk
Signed-off-by: Dmytro Humeniuk --- Changelog| 1 + doc/filters.texi | 23 +++ libavfilter/Makefile | 1 + libavfilter/af_dumpwave.c| 324 +++