From 85dbf384bd3a26f08223cec7dbe3942d5c6cffc6 Mon Sep 17 00:00:00 2001 From: tTh Date: Wed, 1 May 2024 12:32:06 +0200 Subject: [PATCH] bla --- Fonderie/fonderie.c | 1 + Fonderie/sfx.c | 10 ++++++++++ Fonderie/singlepass.c | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Fonderie/fonderie.c b/Fonderie/fonderie.c index 89d5d8c..0d588c1 100644 --- a/Fonderie/fonderie.c +++ b/Fonderie/fonderie.c @@ -238,6 +238,7 @@ if (verbosity) { fprintf(stderr, "\toutput dir '%s'\n", out_dir); fprintf(stderr, "\tsrc filter '%s'\n", InFchain); fprintf(stderr, "\tout filter '%s'\n", OutFchain); + fprintf(stderr, "\tfifo size %d\n", fifosize); } foo = parse_filter_chain(0, InFchain); diff --git a/Fonderie/sfx.c b/Fonderie/sfx.c index 4d29b6c..74f9392 100644 --- a/Fonderie/sfx.c +++ b/Fonderie/sfx.c @@ -21,6 +21,16 @@ */ extern int verbosity; +/* -------------------------------------------------------------- */ +/* new Sun Mar 31 22:31:31 UTC 2024 */ + +int add_a_border_0(FloatImg *src, FloatImg *dst) +{ + +fprintf(stderr, "****** %s:%s to be implemented\n", __FILE__, __func__); + +exit(1); +} /* -------------------------------------------------------------- */ /* * nouveau Sun Jul 16 07:37:22 UTC 2023 diff --git a/Fonderie/singlepass.c b/Fonderie/singlepass.c index ed1af82..9723af9 100644 --- a/Fonderie/singlepass.c +++ b/Fonderie/singlepass.c @@ -94,7 +94,7 @@ for (idx=0; idx