Mercurial > mplayer.hg
view libvo/w32_common.h @ 18228:aa202170ab0c
1.1265: Add a new command: osd_show_property_text that show an expanded property string on the OSD.
1.1264: Fix up -msgcharset and MPLAYER_CHARSET.
1.1263: document message charset functionality
1.1262: Add FIXME skeletons for -msgcharset and MPLAYER_CHARSET.
1.1261: sync to x264 r503 (dct_decimate)
author | kraymer |
---|---|
date | Sun, 23 Apr 2006 19:47:29 +0000 |
parents | 0f897ffb95bc |
children | 2d3fdf94a50c |
line wrap: on
line source
extern int vo_depthonscreen; extern int vo_screenwidth; extern int vo_screenheight; extern uint32_t o_dwidth; extern uint32_t o_dheight; extern HWND vo_window; extern HDC vo_hdc; extern int vo_fs; extern int vo_vm; extern int vo_ontop; extern int vo_init(void); extern void vo_w32_uninit(void); extern void vo_w32_ontop(void); extern void vo_w32_fullscreen(void); extern int vo_w32_check_events(void); extern int vo_w32_config(uint32_t, uint32_t, uint32_t); extern void destroyRenderingContext(void); extern void update_xinerama_info(void);