1 #ifndef MPLAYER_VD_INTERNAL_H
2 #define MPLAYER_VD_INTERNAL_H
5 #include "img_format.h"
7 #include "stream/stream.h"
8 #include "libmpdemux/demuxer.h"
9 #include "libmpdemux/stheader.h"
13 extern int divx_quality
;
16 //static vd_info_t info;
17 static int control(sh_video_t
*sh
,int cmd
,void* arg
,...);
18 static int init(sh_video_t
*sh
);
19 static void uninit(sh_video_t
*sh
);
20 static mp_image_t
* decode(sh_video_t
*sh
,void* data
,int len
,int flags
);
22 #define LIBVD_EXTERN(x) const vd_functions_t mpcodecs_vd_##x = {\
30 #endif /* MPLAYER_VD_INTERNAL_H */