summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 2309e905d1..900fc96e28 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -265,12 +265,12 @@ struct vo {
int xinerama_x;
int xinerama_y;
+ float monitor_par;
struct aspect_data {
- float monitor_par; // out of screen size or from options
- int orgw; // real width
+ int orgw; // real width (same as params->w and h)
int orgh; // real height
- int prew; // prescaled width
+ int prew; // prescaled width (same as params->d_w and d_h)
int preh; // prescaled height
float par; // pixel aspect ratio out of orgw/orgh and prew/preh
} aspdat;