From 734198df1942bc85fffdb046bcf109d9687faeeb Mon Sep 17 00:00:00 2001 From: arpi Date: Tue, 30 Oct 2001 17:38:09 +0000 Subject: more cleanup, warnings fixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2564 b3059339-0415-0410-9bf9-f77b7e298cf2 --- xacodec.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xacodec.h') 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(); + -- cgit v1.2.3