summaryrefslogtreecommitdiffstats
path: root/xacodec.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-30 17:38:09 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-30 17:38:09 +0000
commit734198df1942bc85fffdb046bcf109d9687faeeb (patch)
treeefd29bfcb3210bc5e6a086ef0f96344a9b38bcdc /xacodec.h
parent704ca0fcef86e8b4199df8441dba9c000b3a8cdb (diff)
downloadmpv-734198df1942bc85fffdb046bcf109d9687faeeb.tar.bz2
mpv-734198df1942bc85fffdb046bcf109d9687faeeb.tar.xz
more cleanup, warnings fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2564 b3059339-0415-0410-9bf9-f77b7e298cf2
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();
+