Mercurial > mplayer.hg
view libvo/w32_common.h @ 18162:1b4bf0c9ecb3
simplified code to patch the video framerate (removed silly comparisons)
author | nicodvb |
---|---|
date | Thu, 20 Apr 2006 20:38:09 +0000 |
parents | 7327ead03337 |
children | 0f897ffb95bc |
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);