From 3d575088436f16f9fcbc86c0674a396cb218df52 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 3 Jul 2017 23:13:56 +0200 Subject: whoops... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- bff-unpremultiply.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bff-unpremultiply.c (limited to 'bff-unpremultiply.c') diff --git a/bff-unpremultiply.c b/bff-unpremultiply.c new file mode 100644 index 0000000..0a95e52 --- /dev/null +++ b/bff-unpremultiply.c @@ -0,0 +1,23 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + +USAGE("") + +int +main(int argc, char *argv[]) +{ + pid_t pid; + + UNOFLAGS(argc); + + bff_begin(); + + pid = bff_run((const char *[]){ "blind-unpremultiply", NULL }, + STDIN_FILENO, STDOUT_FILENO); + + bff_wait(pid, "blind-unpremultiply"); + + bff_end(); + + return 0; +} -- cgit v1.2.3-70-g09d2