summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.h
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-03 05:59:29 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-03 05:59:29 +0000
commit63df4eb7815ef1b5df78d2712bba55982751ea2e (patch)
tree1564ec91824605970822ef177fc783442a1b0dba /libmpcodecs/vf.h
parent41d608198fd75ab207721036d3d7efb035c59a1a (diff)
downloadmpv-63df4eb7815ef1b5df78d2712bba55982751ea2e.tar.bz2
mpv-63df4eb7815ef1b5df78d2712bba55982751ea2e.tar.xz
sort of a hack, but at least this lets the framerate-increasing
filters work in mplayer, albeit without proper timing... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10053 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/vf.h')
-rw-r--r--libmpcodecs/vf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpcodecs/vf.h b/libmpcodecs/vf.h
index f27eb22f36..8b69df7ebf 100644
--- a/libmpcodecs/vf.h
+++ b/libmpcodecs/vf.h
@@ -62,6 +62,7 @@ typedef struct vf_seteq_s
#define VFCTRL_GET_EQUALIZER 8 /* gset color options (brightness,contrast etc) */
#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 */
#include "vfcap.h"