summaryrefslogtreecommitdiffstats
path: root/src/ufodecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ufodecode.h')
-rw-r--r--src/ufodecode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ufodecode.h b/src/ufodecode.h
index 990607a..3ae7f70 100644
--- a/src/ufodecode.h
+++ b/src/ufodecode.h
@@ -12,6 +12,7 @@ extern "C" {
ufo_decoder ufo_decoder_new(uint32_t height, uint32_t width, uint32_t *raw, size_t num_bytes);
void ufo_decoder_free(ufo_decoder decoder);
+size_t ufo_decoder_decode_frame(ufo_decoder decoder, uint32_t *raw, size_t num_bytes, uint16_t *pixels, uint32_t *frame_number, uint32_t *time_stamp, uint16_t *cmask);
void ufo_decoder_set_raw_data(ufo_decoder decoder, uint32_t *raw, size_t num_bytes);
int ufo_decoder_get_next_frame(ufo_decoder decoder, uint16_t **pixels, uint32_t *frame_number, uint32_t *time_stamp, uint16_t *cmask);