comparison mplayer.c @ 18983:6ffd0c1f708e

1000000000l to whoever added c++ decl crap, probably uau..
author rfelker
date Mon, 10 Jul 2006 02:41:06 +0000
parents 337d4324c766
children 330a11fcdab2
comparison
equal deleted inserted replaced
18982:79d4ddb8fe10 18983:6ffd0c1f708e
2572 int i; 2572 int i;
2573 char *tmp; 2573 char *tmp;
2574 2574
2575 int gui_no_filename=0; 2575 int gui_no_filename=0;
2576 2576
2577 struct {double pts; vo_functions_t *vo;} vf_vo_data;
2577 2578
2578 srand((int) time(NULL)); 2579 srand((int) time(NULL));
2579 2580
2580 InitTimer(); 2581 InitTimer();
2581 2582
3588 } 3589 }
3589 sh_video->video_out=video_out; 3590 sh_video->video_out=video_out;
3590 inited_flags|=INITED_VO; 3591 inited_flags|=INITED_VO;
3591 } 3592 }
3592 3593
3593 struct {double pts; vo_functions_t *vo;} vf_vo_data;
3594 vf_vo_data.vo = video_out; 3594 vf_vo_data.vo = video_out;
3595 current_module="init_video_filters"; 3595 current_module="init_video_filters";
3596 { 3596 {
3597 char* vf_arg[] = { "_oldargs_", (char*)&vf_vo_data , NULL }; 3597 char* vf_arg[] = { "_oldargs_", (char*)&vf_vo_data , NULL };
3598 sh_video->vfilter=(void*)vf_open_filter(NULL,"vo",vf_arg); 3598 sh_video->vfilter=(void*)vf_open_filter(NULL,"vo",vf_arg);