summaryrefslogtreecommitdiffstats
path: root/video/out/vo.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo.c')
-rw-r--r--video/out/vo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 1237ae0a23..f3fc4aca4d 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -404,8 +404,6 @@ int vo_reconfig(struct vo *vo, struct mp_image_params *params, int flags)
vo->dheight = d_height;
struct mp_image_params p2 = *params;
- p2.d_w = vo->aspdat.prew;
- p2.d_h = vo->aspdat.preh;
int ret;
if (vo->driver->reconfig) {