[Mplayer-cvslog] CVS: main/libmpcodecs vf.h,1.23,1.24
Ivan Kalvachev CVS
syncmail at mplayerhq.hu
Sat Oct 9 15:07:20 CEST 2004
CVS change done by Ivan Kalvachev CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv24006/libmpcodecs
Modified Files:
vf.h
Log Message:
add new control message, that is send after end of stream, to flush all remaining frames in the video system
required by xvid4 encoder.
Index: vf.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- vf.h 28 Apr 2004 04:29:17 -0000 1.23
+++ vf.h 9 Oct 2004 13:07:18 -0000 1.24
@@ -66,6 +66,7 @@
#define VFCTRL_FLIP_PAGE 10 /* Tell the vo to flip pages */
#define VFCTRL_DUPLICATE_FRAME 11 /* For encoding - encode zero-change frame */
#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 */
#include "vfcap.h"
More information about the MPlayer-cvslog
mailing list