aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.c')
-rw-r--r--src/stream.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stream.c b/src/stream.c
index a6e9692..2ad30ed 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -113,8 +113,7 @@ enset_pixel_size(int status, struct stream *stream)
void
fprint_stream_head(FILE *fp, struct stream *stream)
{
- fprintf(fp, "%zu %zu %zu %s\n%cuivf",
- stream->frames, stream->width, stream->height, stream->pixfmt, 0);
+ FPRINTF_HEAD(fp, stream->frames, stream->width, stream->height, stream->pixfmt);
}