From 4d7c506a29a5153a2b6ab903d2f4731bbab6abcb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 7 Dec 2017 23:48:45 +0100 Subject: Start on libblind MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/blind-convert.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/blind-convert.c') diff --git a/src/blind-convert.c b/src/blind-convert.c index a61baba..93977c0 100644 --- a/src/blind-convert.c +++ b/src/blind-convert.c @@ -337,9 +337,9 @@ main(int argc, char *argv[]) memcpy(&out, &stream, sizeof(out)); pixfmt = stream.pixfmt; while (*argv) - pixfmt = get_pixel_format(*argv++, pixfmt); + pixfmt = get_pixfmt(*argv++, pixfmt); strcpy(out.pixfmt, pixfmt); - if (set_pixel_format(&out, NULL)) + if (set_pixfmt(&out, NULL)) eprintf("output pixel format %s is not supported\n", pixfmt); fprint_stream_head(stdout, &out); -- cgit v1.2.3-70-g09d2