1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-07 15:41:55 +00:00

1000000000l to whoever added c++ decl crap, probably uau..

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18988 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2006-07-10 02:41:06 +00:00
parent 6d1ae9655f
commit ee588c6ac7

View File

@ -2574,6 +2574,7 @@ char *tmp;
int gui_no_filename=0;
struct {double pts; vo_functions_t *vo;} vf_vo_data;
srand((int) time(NULL));
@ -3590,7 +3591,6 @@ sh_video->video_out=video_out;
inited_flags|=INITED_VO;
}
struct {double pts; vo_functions_t *vo;} vf_vo_data;
vf_vo_data.vo = video_out;
current_module="init_video_filters";
{