Mercurial > mplayer.hg
changeset 12335:189cd9abb0a1
forgot this, needed for vf_harddup
author | rfelker |
---|---|
date | Wed, 28 Apr 2004 04:07:07 +0000 |
parents | eeddcef4fb08 |
children | e0b92e840609 |
files | libmpcodecs/vf.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vf.h Wed Apr 28 04:02:46 2004 +0000 +++ b/libmpcodecs/vf.h Wed Apr 28 04:07:07 2004 +0000 @@ -64,6 +64,7 @@ #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"