summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-16 22:30:32 +0100
committerwm4 <wm4@nowhere>2015-01-16 22:30:41 +0100
commit1883b7cc0c2844a903d51042861fca16eb3fad02 (patch)
treecbedbd3ecb96a6573d20b771e51ba04124d3a7ee /options/options.h
parentc8052da7decba4cbada6c240f2b21c09e385818c (diff)
downloadmpv-1883b7cc0c2844a903d51042861fca16eb3fad02.tar.bz2
mpv-1883b7cc0c2844a903d51042861fca16eb3fad02.tar.xz
player: add --autofit-smaller option
Fixes #1472. (Maybe these options should have been named --autofit-max and --autofit-min, but since --autofit-larger already exists, use --autofit-smaller for symmetry.)
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 1664c3a443..3784cf5546 100644
--- a/options/options.h
+++ b/options/options.h
@@ -26,6 +26,7 @@ typedef struct mp_vo_opts {
struct m_geometry geometry;
struct m_geometry autofit;
struct m_geometry autofit_larger;
+ struct m_geometry autofit_smaller;
int keepaspect;
int keepaspect_window;