forgot this, needed for vf_harddup

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12336 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2004-04-28 04:07:07 +00:00
parent 1b253f931b
commit a02009a05a
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ typedef struct vf_seteq_s
#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"