comparison libvo/video_out.h @ 7009:98bed9e12087

- add dxr3 gui support (dialogbox, etc.) - fix one small dvd playing bug ( dvd playing don't del the playlist) - add some ifdef() check
author pontscho
date Wed, 14 Aug 2002 23:02:45 +0000
parents 924263b4df10
children 21e1ab99cb21
comparison
equal deleted inserted replaced
7008:2af81c9ed167 7009:98bed9e12087
27 #define VOCTRL_QUERY_FORMAT 2 27 #define VOCTRL_QUERY_FORMAT 2
28 /* signal a device reset seek */ 28 /* signal a device reset seek */
29 #define VOCTRL_RESET 3 29 #define VOCTRL_RESET 3
30 /* true if vo driver can use GUI created windows */ 30 /* true if vo driver can use GUI created windows */
31 #define VOCTRL_GUISUPPORT 4 31 #define VOCTRL_GUISUPPORT 4
32 #define VOCTRL_GUI_NOWINDOW 19
32 /* used to switch to fullscreen */ 33 /* used to switch to fullscreen */
33 #define VOCTRL_FULLSCREEN 5 34 #define VOCTRL_FULLSCREEN 5
34 #define VOCTRL_SCREENSHOT 6 35 #define VOCTRL_SCREENSHOT 6
35 /* signal a device pause */ 36 /* signal a device pause */
36 #define VOCTRL_PAUSE 7 37 #define VOCTRL_PAUSE 7
47 #define VOCTRL_GET_PANSCAN 15 48 #define VOCTRL_GET_PANSCAN 15
48 #define VOCTRL_SET_PANSCAN 16 49 #define VOCTRL_SET_PANSCAN 16
49 /* equalizer controls */ 50 /* equalizer controls */
50 #define VOCTRL_SET_EQUALIZER 17 51 #define VOCTRL_SET_EQUALIZER 17
51 #define VOCTRL_GET_EQUALIZER 18 52 #define VOCTRL_GET_EQUALIZER 18
53 // ... 20
54
52 55
53 #define VO_TRUE 1 56 #define VO_TRUE 1
54 #define VO_FALSE 0 57 #define VO_FALSE 0
55 #define VO_ERROR -1 58 #define VO_ERROR -1
56 #define VO_NOTAVAIL -2 59 #define VO_NOTAVAIL -2