diff options
Diffstat (limited to 'src/vu-concat.c')
| -rw-r--r-- | src/vu-concat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vu-concat.c b/src/vu-concat.c index e354962..95676e2 100644 --- a/src/vu-concat.c +++ b/src/vu-concat.c @@ -49,7 +49,7 @@ concat_to_file(int argc, char *argv[], char *output_file) struct stream stream, refstream; int first = 0; int fd = eopen(output_file, O_RDWR | O_CREAT | O_TRUNC, 0666); - char head[3 * 3 * sizeof(size_t) + sizeof(stream.pixfmt) + 10]; + char head[STREAM_HEAD_MAX]; ssize_t headlen, size = 0; char *data; |
