aboutsummaryrefslogtreecommitdiffstats
path: root/src/blind-next-frame.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/blind-next-frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blind-next-frame.c b/src/blind-next-frame.c
index 1d33c46..d3f43a1 100644
--- a/src/blind-next-frame.c
+++ b/src/blind-next-frame.c
@@ -37,7 +37,7 @@ main(int argc, char *argv[])
p = stpcpy(p, argv[i]);
}
}
- enset_pixel_format(2, &stream, NULL);
+ enset_pixfmt(2, &stream, NULL);
fprint_stream_head(stdout, &stream);
enfflush(2, stdout, "<stdout>");