From 4012c4a96ee1786bb0d17bd2a3368d20fbb870c9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 24 Nov 2013 13:07:49 +0100 Subject: 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. --- video/out/vo_xv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/vo_xv.c') diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c index b86f0e5f6b..00d5217219 100644 --- a/video/out/vo_xv.c +++ b/video/out/vo_xv.c @@ -620,7 +620,6 @@ static void draw_osd(struct vo *vo, struct osd_state *osd) .w = ctx->image_width, .h = ctx->image_height, .display_par = 1.0 / vo->aspdat.par, - .video_par = vo->aspdat.par, }; osd_draw_on_image(osd, res, osd->vo_pts, 0, &img); -- cgit v1.2.3