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 0faf653..e354962 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 * sizeof(size_t) + 4 + sizeof(stream.pixfmt) + 6]; + char head[3 * 3 * sizeof(size_t) + sizeof(stream.pixfmt) + 10]; ssize_t headlen, size = 0; char *data; |
