# HG changeset patch # User arpi # Date 1016416120 0 # Node ID 17a7fb99b06b89b94e5d0ad6da4ca94e1b0cdd8c # Parent 4f86aad49530dce29d681fcd30967cb7743c9735 init_video() changed, make all extern diff -r 4f86aad49530 -r 17a7fb99b06b dec_video.h --- a/dec_video.h Mon Mar 18 01:48:22 2002 +0000 +++ b/dec_video.h Mon Mar 18 01:48:40 2002 +0000 @@ -2,9 +2,9 @@ // dec_video.c: extern int video_read_properties(sh_video_t *sh_video); -extern int init_video(sh_video_t *sh_video, int *pitches); -extern void init_video_vaa( unsigned width ); -void uninit_video(sh_video_t *sh_video); +//extern int init_video(sh_video_t *sh_video, int *pitches); +extern int init_video(sh_video_t *sh_video,char* codecname,int vfm,int status); +extern void uninit_video(sh_video_t *sh_video); #ifdef USE_LIBVO2 extern int decode_video(vo2_handle_t *video_out,sh_video_t *sh_video,unsigned char *start,int in_size,int drop_frame); @@ -15,6 +15,6 @@ extern int get_video_quality_max(sh_video_t *sh_video); extern void set_video_quality(sh_video_t *sh_video,int quality); -int set_video_colors(sh_video_t *sh_video,char *item,int value); +extern int set_video_colors(sh_video_t *sh_video,char *item,int value); extern int divx_quality;