comparison dec_video.h @ 2557:6a74454ea121

some cleanup
author arpi
date Tue, 30 Oct 2001 17:04:59 +0000
parents
children fc124f9db88e
comparison
equal deleted inserted replaced
2556:71934dc06490 2557:6a74454ea121
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);
6 void uninit_video(sh_video_t *sh_video);
7
8 #ifdef USE_LIBVO2
9 extern int decode_video(vo2_handle_t *video_out,sh_video_t *sh_video,unsigned char *start,int in_size,int drop_frame);
10 #else
11 extern int decode_video(vo_functions_t *video_out,sh_video_t *sh_video,unsigned char *start,int in_size,int drop_frame);
12 #endif
13
14 extern int get_video_quality_max(sh_video_t *sh_video);
15 extern void set_video_quality(sh_video_t *sh_video,int quality);
16
17 int set_video_colors(sh_video_t *sh_video,char *item,int value);