Mercurial > mplayer.hg
diff libmpcodecs/vd_roqvideo.c @ 7470:a117511790c0
declarations moved to *.c files
reason: single .h contained both audio and video decl, they depend on
things like mp_image, which shouldn't be included in audio decoders...
author | arpi |
---|---|
date | Sun, 22 Sep 2002 00:39:13 +0000 |
parents | 28677d779205 |
children |
line wrap: on
line diff
--- a/libmpcodecs/vd_roqvideo.c Sun Sep 22 00:35:35 2002 +0000 +++ b/libmpcodecs/vd_roqvideo.c Sun Sep 22 00:39:13 2002 +0000 @@ -16,7 +16,10 @@ LIBVD_EXTERN(roqvideo) -#include "roqav.h" +// in native/roqav.c: +void *roq_decode_video_init(void); +void roq_decode_video(void *context, unsigned char *encoded, + int encoded_size, mp_image_t *mpi); // to set/get/query special features/parameters static int control(sh_video_t *sh,int cmd,void* arg,...){