summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-24 07:28:20 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-25 03:34:28 +0300
commit0a39709c15890161388e6d32cceea2ff3350aa82 (patch)
tree054f1e27ea4b7ae17ea9716f7ef8b83506a9a89c /options.h
parentb14909a955259c3b9c3494a5096ceed81397926c (diff)
downloadmpv-0a39709c15890161388e6d32cceea2ff3350aa82.tar.bz2
mpv-0a39709c15890161388e6d32cceea2ff3350aa82.tar.xz
Move screen_size_xy to options struct
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index fc470765fa..adcf6da109 100644
--- a/options.h
+++ b/options.h
@@ -21,6 +21,7 @@ typedef struct MPOpts {
int sub_id;
float playback_speed;
int softzoom;
+ float screen_size_xy;
int flip;
struct lavc_param {
int workaround_bugs;