Mercurial > mplayer.hg
changeset 18983:6ffd0c1f708e
1000000000l to whoever added c++ decl crap, probably uau..
author | rfelker |
---|---|
date | Mon, 10 Jul 2006 02:41:06 +0000 |
parents | 79d4ddb8fe10 |
children | 07fc09eaab56 |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Sun Jul 09 22:11:53 2006 +0000 +++ b/mplayer.c Mon Jul 10 02:41:06 2006 +0000 @@ -2574,6 +2574,7 @@ int gui_no_filename=0; +struct {double pts; vo_functions_t *vo;} vf_vo_data; srand((int) time(NULL)); @@ -3590,7 +3591,6 @@ 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"; {