summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-05-01 18:47:27 +0200
committerwm4 <wm4@nowhere>2015-05-01 18:47:27 +0200
commite185887ba0da9967337541ebd71e244fb2833c4f (patch)
treef9b9a1f33fe0b0dbed56436d3ef946d389519c29 /video/out/vo.h
parent0a7abbda6b555fb7746f737b52d0f00fb3e614db (diff)
downloadmpv-e185887ba0da9967337541ebd71e244fb2833c4f.tar.bz2
mpv-e185887ba0da9967337541ebd71e244fb2833c4f.tar.xz
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.
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h1
1 files changed, 0 insertions, 1 deletions
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