summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-28 21:15:42 +0100
committerwm4 <wm4@nowhere>2013-03-28 21:46:18 +0100
commit7f64a1fde982a440eb811e72911bdea5ad9dff2f (patch)
treede265ba354e46d0be17464e1857f2fe4de6aed80
parenta0e2f7113b33395595308229afe410aa21ec568f (diff)
downloadmpv-7f64a1fde982a440eb811e72911bdea5ad9dff2f.tar.bz2
mpv-7f64a1fde982a440eb811e72911bdea5ad9dff2f.tar.xz
vo: remove two unused symbols
-rw-r--r--video/out/vo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index f3a182a1ab..a9a33f558c 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -47,7 +47,6 @@ enum mp_voctrl {
VOCTRL_SET_PANSCAN,
VOCTRL_SET_EQUALIZER, // struct voctrl_set_equalizer_args
VOCTRL_GET_EQUALIZER, // struct voctrl_get_equalizer_args
- VOCTRL_DUPLICATE_FRAME,
/* for vdpau hardware decoding */
VOCTRL_HWDEC_DECODER_RENDER, // pointer to hw state
@@ -104,11 +103,6 @@ struct voctrl_screenshot_args {
bool has_osd;
};
-typedef struct {
- int x,y;
- int w,h;
-} mp_win_t;
-
#define VO_TRUE 1
#define VO_FALSE 0
#define VO_ERROR -1