# HG changeset patch # User kmkaplan # Date 1028427560 0 # Node ID 0cc9640c2e903247d9b62f3cc23b625607b2743e # Parent 41cdd019d616933d0cf2c471ef6ac2b83089c78e Add the control VFCTRL_CHANGE_RECTANGLE diff -r 41cdd019d616 -r 0cc9640c2e90 libmpcodecs/vf.h --- a/libmpcodecs/vf.h Sun Aug 04 01:48:54 2002 +0000 +++ b/libmpcodecs/vf.h Sun Aug 04 02:19:20 2002 +0000 @@ -57,6 +57,7 @@ #define VFCTRL_SET_EQUALIZER 6 /* set color options (brightness,contrast etc) */ #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 */ #include "vfcap.h"