From 0a034f2bd5a44c3cc0c033eacc940bb3bf73662c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 18 Jul 2017 19:42:27 +0200 Subject: Add blind-mosaic-corners and fix enset_pixel_format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stream.c') diff --git a/src/stream.c b/src/stream.c index 11dabd5..46fed64 100644 --- a/src/stream.c +++ b/src/stream.c @@ -128,7 +128,7 @@ set_pixel_format(struct stream *stream, const char *pixfmt) void enset_pixel_format(int status, struct stream *stream, const char *pixfmt) { - if (!set_pixel_format(stream, pixfmt)) { + if (set_pixel_format(stream, pixfmt)) { if (pixfmt) enprintf(status, "pixel format %s is not supported, try xyza\n", pixfmt); else -- cgit v1.2.3-70-g09d2