diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-12-07 23:48:45 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-12-07 23:48:45 +0100 |
| commit | 4d7c506a29a5153a2b6ab903d2f4731bbab6abcb (patch) | |
| tree | 67bdf5fa8d517cd9fc137f45567f4e312a0f4fc9 /src/blind-convert.c | |
| parent | blind-peek-head: fix minor compile-time bug (diff) | |
| download | blind-4d7c506a29a5153a2b6ab903d2f4731bbab6abcb.tar.gz blind-4d7c506a29a5153a2b6ab903d2f4731bbab6abcb.tar.bz2 blind-4d7c506a29a5153a2b6ab903d2f4731bbab6abcb.tar.xz | |
Start on libblind
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/blind-convert.c')
| -rw-r--r-- | src/blind-convert.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
