2001-10-30 17:04:59 +00:00
|
|
|
|
|
|
|
// dec_video.c:
|
|
|
|
extern int video_read_properties(sh_video_t *sh_video);
|
|
|
|
|
2006-02-09 14:08:03 +00:00
|
|
|
extern void vfm_help(void);
|
2002-08-31 13:09:23 +00:00
|
|
|
|
2002-09-26 01:31:18 +00:00
|
|
|
extern int init_best_video_codec(sh_video_t *sh_video,char** video_codec_list,char** video_fm_list);
|
2002-09-25 23:45:34 +00:00
|
|
|
|
2002-03-18 01:48:40 +00:00
|
|
|
//extern int init_video(sh_video_t *sh_video, int *pitches);
|
2002-08-30 21:44:20 +00:00
|
|
|
extern int init_video(sh_video_t *sh_video,char* codecname,char* vfm,int status);
|
2002-03-18 01:48:40 +00:00
|
|
|
extern void uninit_video(sh_video_t *sh_video);
|
2001-10-30 17:04:59 +00:00
|
|
|
|
2006-03-21 23:09:52 +00:00
|
|
|
extern int decode_video(sh_video_t *sh_video,unsigned char *start,int in_size,int drop_frame, double pts);
|
2001-10-30 17:04:59 +00:00
|
|
|
|
|
|
|
extern int get_video_quality_max(sh_video_t *sh_video);
|
|
|
|
extern void set_video_quality(sh_video_t *sh_video,int quality);
|
|
|
|
|
2002-10-13 21:58:55 +00:00
|
|
|
extern int get_video_colors(sh_video_t *sh_video,char *item,int *value);
|
2002-03-18 01:48:40 +00:00
|
|
|
extern int set_video_colors(sh_video_t *sh_video,char *item,int value);
|
2002-08-04 02:21:50 +00:00
|
|
|
extern int set_rectangle(sh_video_t *sh_video,int param,int value);
|
2004-02-18 15:23:41 +00:00
|
|
|
extern void resync_video_stream(sh_video_t *sh_video);
|
2006-07-06 06:58:17 +00:00
|
|
|
extern int get_current_video_decoder_lag(sh_video_t *sh_video);
|
2001-10-30 17:38:09 +00:00
|
|
|
|
|
|
|
extern int divx_quality;
|