summaryrefslogtreecommitdiffstats
path: root/xacodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'xacodec.h')
-rw-r--r--xacodec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xacodec.h b/xacodec.h
index 782f7b112f..0ab6e7969f 100644
--- a/xacodec.h
+++ b/xacodec.h
@@ -112,3 +112,7 @@ typedef struct {
unsigned char *mem;
} xacodec_image_t;
+int xacodec_init_video(sh_video_t *vidinfo, int out_format);
+xacodec_image_t* xacodec_decode_frame(uint8_t *frame, int frame_size, int skip_flag);
+int xacodec_exit();
+