mirror of https://github.com/mpv-player/mpv
vo: remove two unused symbols
This commit is contained in:
parent
a0e2f7113b
commit
7f64a1fde9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue