summaryrefslogtreecommitdiffstats
path: root/video/out/vo_direct3d.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-10-02 18:13:24 +0200
committerwm4 <wm4@nowhere>2015-10-02 18:14:00 +0200
commit93db4233af840767a74acc95649538a7ef8c9c1e (patch)
treec22b6dfe170976192baf61f6aeb898677d822103 /video/out/vo_direct3d.c
parentfe993a67123f3e7bf8c92d7b38545ffc2aba79ed (diff)
downloadmpv-93db4233af840767a74acc95649538a7ef8c9c1e.tar.bz2
mpv-93db4233af840767a74acc95649538a7ef8c9c1e.tar.xz
win32: cleanup: remove some unneeded things
Diffstat (limited to 'video/out/vo_direct3d.c')
-rw-r--r--video/out/vo_direct3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_direct3d.c b/video/out/vo_direct3d.c
index 61e9ce386b..d3f6ac506e 100644
--- a/video/out/vo_direct3d.c
+++ b/video/out/vo_direct3d.c
@@ -1336,7 +1336,7 @@ static int reconfig(struct vo *vo, struct mp_image_params *params, int flags)
/* w32_common framework call. Creates window on the screen with
* the given coordinates.
*/
- if (!vo_w32_config(vo, flags)) {
+ if (!vo_w32_config(vo)) {
MP_VERBOSE(priv, "Creating window failed.\n");
return VO_ERROR;
}