summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-24 22:52:01 +0200
committerwm4 <wm4@nowhere>2015-04-24 23:27:12 +0200
commit72e505a944ac6b519d7a2348d63dd9a1fd2fe2a2 (patch)
tree5b2eea8fb06ad62cd60843d83587eca23f66b8a1 /options/options.h
parente11abdbad2fff17968c914212d5fd68d7536ddeb (diff)
downloadmpv-72e505a944ac6b519d7a2348d63dd9a1fd2fe2a2.tar.bz2
mpv-72e505a944ac6b519d7a2348d63dd9a1fd2fe2a2.tar.xz
player: add --window-scale option
Requested. Works similar to the property with the same name.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h1
1 files changed, 1 insertions, 0 deletions
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;