Mercurial > mplayer.hg
view libvo/w32_common.h @ 20861:6856fce27191
r20866: Recommend gcc 3.4+.
r20870: Restore PowerPC gcc note that I mistakenly removed.
r20872: Clarify -dumpaudio, it is not useful normally
r20873: Misc issues noticed by Torinthiel.
r20876: rename: XviD -> Xvid
author | kraymer |
---|---|
date | Mon, 13 Nov 2006 09:48:00 +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);