changeset 6886:0cc9640c2e90

Add the control VFCTRL_CHANGE_RECTANGLE
author kmkaplan
date Sun, 04 Aug 2002 02:19:20 +0000
parents 41cdd019d616
children 66427e850216
files libmpcodecs/vf.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"