comparison libmpcodecs/dec_video.h @ 7191:1eadce15446c

-afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
author arpi
date Sat, 31 Aug 2002 13:09:23 +0000
parents 28677d779205
children c4434bdf6e51
comparison
equal deleted inserted replaced
7190:5137e9fb57e7 7191:1eadce15446c
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
5 extern void vfm_help();
4 6
5 //extern int init_video(sh_video_t *sh_video, int *pitches); 7 //extern int init_video(sh_video_t *sh_video, int *pitches);
6 extern int init_video(sh_video_t *sh_video,char* codecname,char* vfm,int status); 8 extern int init_video(sh_video_t *sh_video,char* codecname,char* vfm,int status);
7 extern void uninit_video(sh_video_t *sh_video); 9 extern void uninit_video(sh_video_t *sh_video);
8 10