comparison libmpcodecs/dec_video.h @ 24148:0af335b90a68

Remove redundant variable declaration.
author diego
date Sat, 25 Aug 2007 12:19:16 +0000
parents bfb6eacd9c4a
children abb784e37907
comparison
equal deleted inserted replaced
24147:2f9f0e7fe015 24148:0af335b90a68
1 1
2 // dec_video.c: 2 // dec_video.c:
3 extern int video_read_properties(sh_video_t *sh_video);
4
5 extern void vfm_help(void); 3 extern void vfm_help(void);
6 4
7 extern int init_best_video_codec(sh_video_t *sh_video,char** video_codec_list,char** video_fm_list); 5 extern int init_best_video_codec(sh_video_t *sh_video,char** video_codec_list,char** video_fm_list);
8 6
9 //extern int init_video(sh_video_t *sh_video, int *pitches); 7 //extern int init_video(sh_video_t *sh_video, int *pitches);