comparison libmpcodecs/dec_video.h @ 5609:25882b51e65f

mp_image moved to libmpcodecs
author arpi
date Sat, 13 Apr 2002 19:17:34 +0000
parents dec_video.h@d0d029fda134
children 66427e850216
comparison
equal deleted inserted replaced
5608:6f21be35b6cd 5609:25882b51e65f
1
2 // dec_video.c:
3 extern int video_read_properties(sh_video_t *sh_video);
4
5 //extern int init_video(sh_video_t *sh_video, int *pitches);
6 extern int init_video(sh_video_t *sh_video,char* codecname,int vfm,int status);
7 extern void uninit_video(sh_video_t *sh_video);
8
9 extern int decode_video(sh_video_t *sh_video,unsigned char *start,int in_size,int drop_frame);
10
11 extern int get_video_quality_max(sh_video_t *sh_video);
12 extern void set_video_quality(sh_video_t *sh_video,int quality);
13
14 extern int set_video_colors(sh_video_t *sh_video,char *item,int value);
15
16 extern int divx_quality;