diff options
author | rfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-10 02:41:06 +0000 |
---|---|---|
committer | rfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-07-10 02:41:06 +0000 |
commit | ee588c6ac7720ee38402b34dc8b66b916b9a5211 (patch) | |
tree | a710e961fc5fe8b099afebc5ea15cb0dc89c6b93 | |
parent | 6d1ae9655f0dec2fcb678c489c80c305b9f174af (diff) |
1000000000l to whoever added c++ decl crap, probably uau..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18988 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | mplayer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; { |