mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 21:12:23 +00:00
vo_direct3d: fix build
Broken by previous commit. Fix completely untested.
This commit is contained in:
parent
03cf150ff3
commit
1b2185657f
@ -1697,10 +1697,6 @@ static const struct m_option opts[] = {
|
||||
{0}
|
||||
};
|
||||
|
||||
static const d3d_priv defaults = {
|
||||
.video_eq = { MP_CSP_EQ_CAPS_COLORMATRIX },
|
||||
};
|
||||
|
||||
const struct vo_driver video_out_direct3d = {
|
||||
.description = "Direct3D 9 Renderer",
|
||||
.name = "direct3d",
|
||||
@ -1712,7 +1708,6 @@ const struct vo_driver video_out_direct3d = {
|
||||
.flip_page = flip_page,
|
||||
.uninit = uninit,
|
||||
.priv_size = sizeof(d3d_priv),
|
||||
.priv_defaults = &defaults,
|
||||
.options = opts,
|
||||
.options_prefix = "vo-direct3d",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user