mirror of https://github.com/mpv-player/mpv
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:
parent
1b253f931b
commit
a02009a05a
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue