From 72e505a944ac6b519d7a2348d63dd9a1fd2fe2a2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 24 Apr 2015 22:52:01 +0200 Subject: player: add --window-scale option Requested. Works similar to the property with the same name. --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index c425f8ab6c..ced518453f 100644 --- a/options/options.h +++ b/options/options.h @@ -30,6 +30,7 @@ typedef struct mp_vo_opts { struct m_geometry autofit; struct m_geometry autofit_larger; struct m_geometry autofit_smaller; + float window_scale; int keepaspect; int keepaspect_window; -- cgit v1.2.3