summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-18 13:57:28 +0200
committerwm4 <wm4@nowhere>2013-07-18 13:57:28 +0200
commit05cf512dc56aab1aaf12884e44065cf2fc03c11e (patch)
tree72c17fced471bba8a321207048f61ee84771bee7 /video/out/vo.h
parenteb7959e43a0bea2cfa13ff825043cb33878e58b4 (diff)
downloadmpv-05cf512dc56aab1aaf12884e44065cf2fc03c11e.tar.bz2
mpv-05cf512dc56aab1aaf12884e44065cf2fc03c11e.tar.xz
vo: remove aspdat.asp member
This was bad, because it was the only aspdat member updated by vo_get_src_dst_rects() instead of vo_reconfig(). Now it isn't accessed anymore, so remove it.
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 3eb9f940ea..2e3df65463 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -283,7 +283,6 @@ struct vo {
int prew; // prescaled width
int preh; // prescaled height
float par; // pixel aspect ratio out of orgw/orgh and prew/preh
- float asp; // final video display aspect
} aspdat;
char *window_title;