From fa7983b236a219da83ed73a461d58605b69575da Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 21 Oct 2009 05:32:36 +0300 Subject: vf: Remove unused VFCTRL_FLIP_PAGE Nothing uses it under MPlayer any more, and under MEncoder it never had any effect. --- libmpcodecs/vf.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libmpcodecs/vf.h') diff --git a/libmpcodecs/vf.h b/libmpcodecs/vf.h index 099135c5da..d0e3c1cba4 100644 --- a/libmpcodecs/vf.h +++ b/libmpcodecs/vf.h @@ -81,7 +81,6 @@ typedef struct vf_seteq_s #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 */ -#define VFCTRL_FLIP_PAGE 10 /* Tell the vo to flip pages */ #define VFCTRL_DUPLICATE_FRAME 11 /* For encoding - encode zero-change frame */ #define VFCTRL_SKIP_NEXT_FRAME 12 /* For encoding - drop the next frame that passes thru */ #define VFCTRL_FLUSH_FRAMES 13 /* For encoding - flush delayed frames */ -- cgit v1.2.3