diff libvo/video_out.h @ 5502:9cecf4b10a4b

VOCTRL_DRAW_IMAGE added
author arpi
date Sat, 06 Apr 2002 19:08:52 +0000
parents 013458752947
children 7a24a067f0af
line wrap: on
line diff
--- a/libvo/video_out.h	Sat Apr 06 15:38:28 2002 +0000
+++ b/libvo/video_out.h	Sat Apr 06 19:08:52 2002 +0000
@@ -38,6 +38,7 @@
 #define VOCTRL_RESUME 8
 /* libmpcodecs direct rendering: */
 #define VOCTRL_GET_IMAGE 9
+#define VOCTRL_DRAW_IMAGE 13
 /* decoding ahead: */
 #define VOCTRL_GET_NUM_FRAMES 10
 #define VOCTRL_GET_FRAME_NUM  11