From 4df594b3f48679f594e6f738981cb3baca8a42d9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 7 May 2017 16:11:31 +0200 Subject: Add support for floats MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/stream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stream.h') diff --git a/src/stream.h b/src/stream.h index 41a1a7f..280dde1 100644 --- a/src/stream.h +++ b/src/stream.h @@ -62,6 +62,7 @@ void eninf_check_fd(int status, int fd, const char *file); int check_frame_size(size_t width, size_t height, size_t pixel_size); void encheck_frame_size(int status, size_t width, size_t height, size_t pixel_size, const char *prefix, const char *fname); void encheck_compat(int status, const struct stream *a, const struct stream *b); +const char *get_pixel_format(const char *specified, const char *current); int enread_frame(int status, struct stream *stream, void *buf, size_t n); void nprocess_stream(int status, struct stream *stream, void (*process)(struct stream *stream, size_t n)); -- cgit v1.2.3-70-g09d2