diff libmpcodecs/vf.h @ 18937:9e95ac641e77

Initial libass release (without mencoder support).
author eugeni
date Fri, 07 Jul 2006 18:26:51 +0000
parents d9a75b26da6c
children ed69754aa58d
line wrap: on
line diff
--- a/libmpcodecs/vf.h	Fri Jul 07 18:07:39 2006 +0000
+++ b/libmpcodecs/vf.h	Fri Jul 07 18:26:51 2006 +0000
@@ -77,6 +77,7 @@
 #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 */
 
 #include "vfcap.h"