diff libmpcodecs/vf.h @ 19521:0be2d3583f4f

Add VFCTRL_DRAW_EOSD.
author eugeni
date Thu, 24 Aug 2006 22:10:43 +0000
parents ed69754aa58d
children 160974ca8bf2
line wrap: on
line diff
--- a/libmpcodecs/vf.h	Thu Aug 24 17:21:03 2006 +0000
+++ b/libmpcodecs/vf.h	Thu Aug 24 22:10:43 2006 +0000
@@ -77,7 +77,8 @@
 #define VFCTRL_SKIP_NEXT_FRAME 12 /* For encoding - drop the next frame that passes thru */
 #define VFCTRL_FLUSH_FRAMES    13 /* For encoding - flush delayed frames */
 #define VFCTRL_SCREENSHOT      14 /* Make a screenshot */
-#define VFCTRL_EOSD            15 /* Select EOSD renderer */
+#define VFCTRL_INIT_EOSD       15 /* Select EOSD renderer */
+#define VFCTRL_DRAW_EOSD       16 /* Render EOSD */
 
 #include "vfcap.h"