comparison libmpcodecs/vd.c @ 4884:c758cf9360d9

cinepak added
author arpi
date Thu, 28 Feb 2002 01:42:44 +0000
parents eff8a76e515f
children fbafa2f216f5
comparison
equal deleted inserted replaced
4883:1602b4fed5a1 4884:c758cf9360d9
23 23
24 extern vd_functions_t mpcodecs_vd_null; 24 extern vd_functions_t mpcodecs_vd_null;
25 25
26 vd_functions_t* mpcodecs_vd_drivers[] = { 26 vd_functions_t* mpcodecs_vd_drivers[] = {
27 &mpcodecs_vd_null, 27 &mpcodecs_vd_null,
28 &mpcodecs_vd_cinepak,
28 NULL 29 NULL
29 }; 30 };
30 31
31 int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outfmt){ 32 int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outfmt){
32 33