From e185887ba0da9967337541ebd71e244fb2833c4f Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 1 May 2015 18:47:27 +0200 Subject: video/out: remove VOFLAG_FLIPPING I think this used to be quite important, because the ancient VfW support in MPlayer used to output flipped frames. This code has been dead in mpv for quite some time (because VfW decoders were removed, and the --flip option was dropped too), so get rid of it. --- video/out/vo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/vo.h') diff --git a/video/out/vo.h b/video/out/vo.h index 36163acc92..26df7079d8 100644 --- a/video/out/vo.h +++ b/video/out/vo.h @@ -128,7 +128,6 @@ struct voctrl_get_equalizer_args { #define VO_NOTAVAIL -2 #define VO_NOTIMPL -3 -#define VOFLAG_FLIPPING 0x08 #define VOFLAG_HIDDEN 0x10 //< Use to create a hidden window #define VOFLAG_GL_DEBUG 0x40 // Hint to request debug OpenGL context #define VOFLAG_ALPHA 0x80 // Hint to request alpha framebuffer -- cgit v1.2.3