Mercurial > mplayer.hg
view libvo/w32_common.h @ 13610:b79ee5bf2c9e
Sync with GomGom's patch-12 version.
updated copyright
bvhq options added (xvid 1.1+ api4.1)
psnr handling moved in separate functions
proper free() on uninit
printf -> mp_msg
capability to flush delayed frames
Changes by me (iive)
support for flushing delayed frames at the end
suppressed cosmetics and new aspect code changes
author | iive |
---|---|
date | Mon, 11 Oct 2004 15:48:18 +0000 |
parents | 85e503ddf65f |
children | f0c1ee83b216 |
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 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_fullscreen(void); extern int vo_w32_check_events(void); extern int createRenderingContext(void); extern void destroyRenderingContext(void);