[Mplayer-cvslog] CVS: main/libmpcodecs vf.h,1.21,1.22

Richard Felker CVS syncmail at mplayerhq.hu
Wed Apr 28 06:07:09 CEST 2004


CVS change done by Richard Felker CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv15886/libmpcodecs

Modified Files:
	vf.h 
Log Message:
forgot this, needed for vf_harddup

Index: vf.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- vf.h	20 May 2003 17:42:33 -0000	1.21
+++ vf.h	28 Apr 2004 04:07:07 -0000	1.22
@@ -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"
 




More information about the MPlayer-cvslog mailing list