Mercurial > mplayer.hg
view libvo/w32_common.h @ 25956:7e4a2ab8b61c
Change to always use MP_NOPTS_VALUE (instead of sometimes 0) for unknown pts.
I did not see anything obvious that would break, it if it does it should be
fixed properly once and for all.
author | reimar |
---|---|
date | Tue, 12 Feb 2008 10:48:42 +0000 |
parents | 80c8977f4d8a |
children | aee6ea2b39ee |
line wrap: on
line source
#ifndef W32COMMON_H #define W32COMMON_H extern HWND vo_w32_window; extern int vo_vm; extern int vo_w32_init(void); extern void vo_w32_uninit(void); extern void vo_w32_ontop(void); extern void vo_w32_border(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 w32_update_xinerama_info(void); #endif /* W32COMMON_H */