summaryrefslogtreecommitdiffstats
path: root/DOCS/OUTDATED-tech
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2012-09-11 11:58:28 +0200
committerwm4 <wm4@nowhere>2012-09-18 21:08:20 +0200
commit416c03417ebd7538882ee586bb049a25e202a7e6 (patch)
tree265ef182b4e7aa1b4e9f75b36e58a0639a355443 /DOCS/OUTDATED-tech
parent6371787b891160e2d3e0c56b8951b168f82ee7ab (diff)
downloadmpv-416c03417ebd7538882ee586bb049a25e202a7e6.tar.bz2
mpv-416c03417ebd7538882ee586bb049a25e202a7e6.tar.xz
vf_rectangle: remove as it is very dirty and we have a replacement now
Diffstat (limited to 'DOCS/OUTDATED-tech')
-rw-r--r--DOCS/OUTDATED-tech/libmpcodecs.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/DOCS/OUTDATED-tech/libmpcodecs.txt b/DOCS/OUTDATED-tech/libmpcodecs.txt
index b79df93d78..9b627ced50 100644
--- a/DOCS/OUTDATED-tech/libmpcodecs.txt
+++ b/DOCS/OUTDATED-tech/libmpcodecs.txt
@@ -340,7 +340,6 @@ You can control the filter at runtime from MPlayer/MEncoder/dec_video:
#define VFCTRL_SET_EQUALIZER 6 /* set color options (brightness,contrast etc) */
#define VFCTRL_GET_EQUALIZER 8 /* get color options (brightness,contrast etc) */
#define VFCTRL_DRAW_OSD 7
-#define VFCTRL_CHANGE_RECTANGLE 9 /* Change the rectangle boundaries */
void (*get_image)(struct vf_instance *vf, mp_image_t *mpi);