summaryrefslogtreecommitdiffstats
path: root/video/out/vo.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-24 13:07:49 +0100
committerwm4 <wm4@nowhere>2013-11-24 14:44:58 +0100
commit4012c4a96ee1786bb0d17bd2a3368d20fbb870c9 (patch)
treedc5e2929739597189ff7cfe85bd6d5ec2b712d07 /video/out/vo.c
parente5311586ab7641e0e1936473594bd9fbaa67bb2d (diff)
downloadmpv-4012c4a96ee1786bb0d17bd2a3368d20fbb870c9.tar.bz2
mpv-4012c4a96ee1786bb0d17bd2a3368d20fbb870c9.tar.xz
osd: remove mp_osd_res.video_par field
This is not needed anymore, because we decided that the PAR of the decoded video matters, and not the PAR of the filtered video that arrives at the VO.
Diffstat (limited to 'video/out/vo.c')
-rw-r--r--video/out/vo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 9fc4db1418..41a1b2a8ca 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -562,7 +562,6 @@ void vo_get_src_dst_rects(struct vo *vo, struct mp_rect *out_src,
.w = vo->dwidth,
.h = vo->dheight,
.display_par = vo->aspdat.monitor_par,
- .video_par = vo->aspdat.par,
};
if (opts->keepaspect) {
int scaled_width, scaled_height;