comparison libvo/video_out.h @ 4971:fa002f25631e

direct rendering support
author arpi
date Thu, 07 Mar 2002 02:44:16 +0000
parents 429994672d8c
children bfc652fc7f43
comparison
equal deleted inserted replaced
4970:f21d15f0cba6 4971:fa002f25631e
34 #define VOCTRL_SCREENSHOT 6 34 #define VOCTRL_SCREENSHOT 6
35 /* signal a device pause */ 35 /* signal a device pause */
36 #define VOCTRL_PAUSE 7 36 #define VOCTRL_PAUSE 7
37 /* start/resume playback */ 37 /* start/resume playback */
38 #define VOCTRL_RESUME 8 38 #define VOCTRL_RESUME 8
39 /* libmpcodecs direct rendering: */
40 #define VOCTRL_GET_IMAGE 9
39 41
40 #define VO_TRUE 1 42 #define VO_TRUE 1
41 #define VO_FALSE 0 43 #define VO_FALSE 0
42 #define VO_ERROR -1 44 #define VO_ERROR -1
43 #define VO_NOTAVAIL -2 45 #define VO_NOTAVAIL -2