diff roqav.h @ 4936:026329111b09

first pass at RoQ video decoder...not exactly qualified as 'working' at this point
author melanson
date Mon, 04 Mar 2002 05:57:57 +0000
parents e69bed07cb27
children
line wrap: on
line diff
--- a/roqav.h	Sun Mar 03 19:18:42 2002 +0000
+++ b/roqav.h	Mon Mar 04 05:57:57 2002 +0000
@@ -2,8 +2,8 @@
 #define ROQAV_H
 
 void *roq_decode_video_init(void);
-void roq_decode_video(unsigned char *encoded, int encoded_size,
-  unsigned char *decoded, int width, int height, void *context);
+void roq_decode_video(void *context, unsigned char *encoded, 
+  int encoded_size, mp_image_t *mpi);
 
 void *roq_decode_audio_init(void);
 int roq_decode_audio(unsigned short *output, unsigned char *input,