summaryrefslogtreecommitdiffstats
path: root/mpvcore/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-01 03:27:03 +0200
committerwm4 <wm4@nowhere>2013-09-01 03:46:28 +0200
commit4d62b90f88aaed64775fdf6f0866e5ee5b3f9328 (patch)
tree4e95407bfca2d27dcdbf5b2327e2dd854cf082ee /mpvcore/options.h
parentf5144077acedc5972e475412902876242ea27c23 (diff)
downloadmpv-4d62b90f88aaed64775fdf6f0866e5ee5b3f9328.tar.bz2
mpv-4d62b90f88aaed64775fdf6f0866e5ee5b3f9328.tar.xz
video: add unscaled mode with --video-unscaled
Diffstat (limited to 'mpvcore/options.h')
-rw-r--r--mpvcore/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpvcore/options.h b/mpvcore/options.h
index 033d3c89c6..cac2630040 100644
--- a/mpvcore/options.h
+++ b/mpvcore/options.h
@@ -22,6 +22,7 @@ typedef struct mp_vo_opts {
float zoom;
float pan_x, pan_y;
float align_x, align_y;
+ int unscaled;
struct m_geometry geometry;
struct m_geometry autofit;