summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-09 13:07:18 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-09 13:07:18 +0000
commite5b4b495c38856a740dd2fcbbc030b87218eb8fc (patch)
tree8b1e96cdd6ca5f0a49ef7488d1eddc9317bfd15e /libmpcodecs
parentf218ab594dcb3e0bc28d5e917fbb74dd83115741 (diff)
downloadmpv-e5b4b495c38856a740dd2fcbbc030b87218eb8fc.tar.bz2
mpv-e5b4b495c38856a740dd2fcbbc030b87218eb8fc.tar.xz
add new control message, that is send after end of stream, to flush all remaining frames in the video system
required by xvid4 encoder. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13594 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/vf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpcodecs/vf.h b/libmpcodecs/vf.h
index e14a9cc174..5586108c2a 100644
--- a/libmpcodecs/vf.h
+++ b/libmpcodecs/vf.h
@@ -66,6 +66,7 @@ typedef struct vf_seteq_s
#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"