diff libmpcodecs/vf.h @ 12335:189cd9abb0a1

forgot this, needed for vf_harddup
author rfelker
date Wed, 28 Apr 2004 04:07:07 +0000
parents 30cad6ad9dbc
children 6f1b4c989914
line wrap: on
line diff
--- a/libmpcodecs/vf.h	Wed Apr 28 04:02:46 2004 +0000
+++ b/libmpcodecs/vf.h	Wed Apr 28 04:07:07 2004 +0000
@@ -64,6 +64,7 @@
 #define VFCTRL_DRAW_OSD 7
 #define VFCTRL_CHANGE_RECTANGLE 9 /* Change the rectangle boundaries */
 #define VFCTRL_FLIP_PAGE 10 /* Tell the vo to flip pages */
+#define VFCTRL_DUPLICATE_FRAME 11 /* For encoding - encode zero-change frame */
 
 #include "vfcap.h"