diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-07-05 00:07:13 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-07-05 00:07:13 +0200 |
| commit | 88752940275b41cf4b8c978f226ff7d55a5f6575 (patch) | |
| tree | 814f306ccc407699758d57c0ecdbf10497499fd9 /src/stream.c | |
| parent | Fix blind-to-image -f (diff) | |
| download | blind-88752940275b41cf4b8c978f226ff7d55a5f6575.tar.gz blind-88752940275b41cf4b8c978f226ff7d55a5f6575.tar.bz2 blind-88752940275b41cf4b8c978f226ff7d55a5f6575.tar.xz | |
Add blind-extract-alpha
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/stream.c')
| -rw-r--r-- | src/stream.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/stream.c b/src/stream.c index 6c9dc72..c21d269 100644 --- a/src/stream.c +++ b/src/stream.c @@ -123,6 +123,13 @@ fprint_stream_head(FILE *fp, struct stream *stream) } +int +dprint_stream_head(int fd, struct stream *stream) +{ + return DPRINTF_HEAD(fd, stream->frames, stream->width, stream->height, stream->pixfmt); +} + + size_t enread_stream(int status, struct stream *stream, size_t n) { |
