From 4d62b90f88aaed64775fdf6f0866e5ee5b3f9328 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 1 Sep 2013 03:27:03 +0200 Subject: video: add unscaled mode with --video-unscaled --- mpvcore/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mpvcore/options.h') 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; -- cgit v1.2.3