Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/librfxcodec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/rfxencode_compose.h')
-rw-r--r--src/rfxencode_compose.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/rfxencode_compose.h b/src/rfxencode_compose.h
index 6fde0f3..1bafb22 100644
--- a/src/rfxencode_compose.h
+++ b/src/rfxencode_compose.h
@@ -31,4 +31,14 @@ rfx_compose_message_data(struct rfxencode *enc, STREAM *s,
const struct rfx_tile *tiles, int num_tiles,
const char *quants, int num_quants, int flags);
+int
+rfx_pro_compose_message_header(struct rfxencode *enc, STREAM *s);
+int
+rfx_pro_compose_message_data(struct rfxencode *enc, STREAM *s,
+ const struct rfx_rect *regions, int num_regions,
+ const char *buf, int width, int height,
+ int stride_bytes,
+ const struct rfx_tile *tiles, int num_tiles,
+ const char *quants, int num_quants, int flags);
+
#endif