[FFmpeg-devel] [PATCH 2/2] tools: add sofa2wavs

wm4 nfxjfg at googlemail.com
Fri Jun 9 17:34:45 EEST 2017


On Fri,  9 Jun 2017 13:44:01 +0200
Paul B Mahol <onemda at gmail.com> wrote:

> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  Makefile          |  1 +
>  tools/Makefile    |  1 +
>  tools/sofa2wavs.c | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 81 insertions(+)
>  create mode 100644 tools/sofa2wavs.c
> 
> diff --git a/Makefile b/Makefile
> index 685b613..a2df8b9 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -82,6 +82,7 @@ target_dec_%_fuzzer$(EXESUF): target_dec_%_fuzzer.o $(FF_DEP_LIBS)
>  	$(LD) $(LDFLAGS) $(LDEXEFLAGS) $(LD_O) $^ $(ELIBS) $(FF_EXTRALIBS) $(LIBFUZZER_PATH)

Again: if this tool is needed anyway, why not make a minimal custom
file format that will make the filter nicer to use?


More information about the ffmpeg-devel mailing list