diff libvo/video_out.h @ 8450:8cfc9309f0cc

notice vo driver about skipped/dropped frames patch by Alvaro Lopes <alvieboy@alvie.com>
author arpi
date Sat, 14 Dec 2002 17:12:40 +0000
parents 5b39e79af5fe
children ae2ce6ebc1fa
line wrap: on
line diff
--- a/libvo/video_out.h	Sat Dec 14 15:50:27 2002 +0000
+++ b/libvo/video_out.h	Sat Dec 14 17:12:40 2002 +0000
@@ -49,7 +49,10 @@
 /* equalizer controls */
 #define VOCTRL_SET_EQUALIZER 17
 #define VOCTRL_GET_EQUALIZER 18
-// ... 20
+//#define VOCTRL_GUI_NOWINDOW 19
+/* Frame duplication */
+#define VOCTRL_DUPLICATE_FRAME 20
+// ... 21
 
 
 #define VO_TRUE		1