Mercurial > mplayer.hg
view libvo/w32_common.h @ 11810:8cce53dd235f
Have the MOV demuxer recognize and display (via MPINFO) registered ISO
and other major brands instead of the usual "Unknown major brand" from
only having "isom" defined.
patch by Shan <sweber@slingshot.co.nz>, approved by Alex
author | diego |
---|---|
date | Tue, 20 Jan 2004 04:59:48 +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);