comparison libvo/video_out.c @ 12912:1f6bb2356d18

add var vo_rootwin and -rootwin switch for mac osx
author nplourde
date Thu, 29 Jul 2004 14:59:48 +0000
parents 39ea0995dcb1
children 6cfffb50ea42
comparison
equal deleted inserted replaced
12911:5dd9ab119bb3 12912:1f6bb2356d18
42 float vo_panscan = 0.0f; 42 float vo_panscan = 0.0f;
43 int vo_ontop = 0; 43 int vo_ontop = 0;
44 int vo_adapter_num=0; 44 int vo_adapter_num=0;
45 int vo_refresh_rate=0; 45 int vo_refresh_rate=0;
46 int vo_keepaspect=1; 46 int vo_keepaspect=1;
47 int vo_rootwin=0;
47 48
48 int vo_pts=0; // for hw decoding 49 int vo_pts=0; // for hw decoding
49 float vo_fps=0; // for mp1e rte 50 float vo_fps=0; // for mp1e rte
50 51
51 char *vo_subdevice = NULL; 52 char *vo_subdevice = NULL;