From 416c03417ebd7538882ee586bb049a25e202a7e6 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 11 Sep 2012 11:58:28 +0200 Subject: vf_rectangle: remove as it is very dirty and we have a replacement now --- DOCS/OUTDATED-tech/libmpcodecs.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'DOCS') 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); -- cgit v1.2.3