comparison libmpcodecs/dec_video.h @ 7502:6a2b6f3d619c

best audio/video codec selection & init moved to libmpcodecs
author arpi
date Wed, 25 Sep 2002 23:45:34 +0000
parents c4434bdf6e51
children c1cb94198e05
comparison
equal deleted inserted replaced
7501:20910550332f 7502:6a2b6f3d619c
1 1
2 // dec_video.c: 2 // dec_video.c:
3 extern int video_read_properties(sh_video_t *sh_video); 3 extern int video_read_properties(sh_video_t *sh_video);
4 4
5 extern void vfm_help(); 5 extern void vfm_help();
6
7 extern int init_best_video_codec(sh_video_t *sh_video,char* video_codec,char* video_fm);
6 8
7 //extern int init_video(sh_video_t *sh_video, int *pitches); 9 //extern int init_video(sh_video_t *sh_video, int *pitches);
8 extern int init_video(sh_video_t *sh_video,char* codecname,char* vfm,int status); 10 extern int init_video(sh_video_t *sh_video,char* codecname,char* vfm,int status);
9 extern void uninit_video(sh_video_t *sh_video); 11 extern void uninit_video(sh_video_t *sh_video);
10 12