diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-01-12 14:45:47 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-01-12 14:45:47 +0100 |
| commit | 3f57514b212fe50b2b56438f399d37a1b51745b0 (patch) | |
| tree | 16b3d331a4cb535cc8881dc66a10ea68945c7cdf /src/stream.h | |
| parent | Fix header size limit (diff) | |
| download | blind-3f57514b212fe50b2b56438f399d37a1b51745b0.tar.gz blind-3f57514b212fe50b2b56438f399d37a1b51745b0.tar.bz2 blind-3f57514b212fe50b2b56438f399d37a1b51745b0.tar.xz | |
Add vu-from-video
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/stream.h')
| -rw-r--r-- | src/stream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stream.h b/src/stream.h index b59527a..027db4a 100644 --- a/src/stream.h +++ b/src/stream.h @@ -2,6 +2,8 @@ #include <stddef.h> #include <stdio.h> +#define STREAM_HEAD_MAX (3 * 3 * sizeof(size_t) + sizeof(((struct stream *)0)->pixfmt) + 10) + #define einit_stream(...) eninit_stream(1, __VA_ARGS__) #define eset_pixel_size(...) enset_pixel_size(1, __VA_ARGS__) #define eread_stream(...) enread_stream(1, __VA_ARGS__) |
