diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-01-11 22:31:28 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-01-11 22:31:28 +0100 |
| commit | d08f0bf0255fac18cd11992679dcb48c085de298 (patch) | |
| tree | 43fea95858b612cbd8fb59399b3e066b2a16ff45 /src/stream.h | |
| parent | Update todo (diff) | |
| download | blind-d08f0bf0255fac18cd11992679dcb48c085de298.tar.gz blind-d08f0bf0255fac18cd11992679dcb48c085de298.tar.bz2 blind-d08f0bf0255fac18cd11992679dcb48c085de298.tar.xz | |
Fix vu-cut
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/stream.h')
| -rw-r--r-- | src/stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stream.h b/src/stream.h index c4d6184..bf16f3b 100644 --- a/src/stream.h +++ b/src/stream.h @@ -24,6 +24,7 @@ struct stream size_t ptr; char buf[4096]; const char *file; + size_t headlen; }; void eninit_stream(int status, struct stream *stream); |
